lint, prettier

This commit is contained in:
Guy Ben-Aharon
2024-08-05 14:23:22 +03:00
parent 2b207f9026
commit 68de991826
10 changed files with 2233 additions and 198 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
plugins: [react()],
});