diff --git a/vite.config.ts b/vite.config.ts index 0661e1f..3e34260 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -2,5 +2,5 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' export default defineConfig({ - plugins: [react()] + plugins: [react()], }) \ No newline at end of file