Initial Commit

This commit is contained in:
JBB0807 2025-04-11 13:56:58 -07:00
parent e63ff72936
commit 5fb7c20470
14 changed files with 15 additions and 15 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()],
})