Initial Commit

This commit is contained in:
2026-05-14 02:09:46 -05:00
commit a815d19e52
13 changed files with 1535 additions and 0 deletions

6
vite.config.ts Normal file
View File

@@ -0,0 +1,6 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react],
});