initial commit

This commit is contained in:
Amadeu José Andrade Junior
2025-04-22 11:07:03 -03:00
commit f4d69c36b9
15 changed files with 2960 additions and 0 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()],
})