Initial Commit

This commit is contained in:
Fernando Videira
2024-02-18 19:48:45 +00:00
commit 387522e5a7
12 changed files with 3421 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})