diff --git a/vite.config.js b/vite.config.js index 9cc50ea..c7a4f78 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,7 +1,6 @@ import { defineConfig } from "vite"; import react from "@vitejs/plugin-react"; -// https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], -}); +}); \ No newline at end of file