Initial Commit

This commit is contained in:
JBB0807 2025-04-11 13:51:59 -07:00
parent e709f96b3b
commit e63ff72936
13 changed files with 3019 additions and 0 deletions

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()],
})