cleaned up template

This commit is contained in:
2025-02-03 00:36:07 -06:00
parent 6743b66194
commit 3611ac3977
15 changed files with 1971 additions and 612 deletions

7
vite.config.js Normal file
View File

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