Styled Components

* Initial Commit
This commit is contained in:
2025-09-03 22:55:08 -04:00
commit 9109f5691c
16 changed files with 765 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})