feat: basic card scructure

This commit is contained in:
Smigz 2024-07-09 07:33:08 -04:00
parent 35bf95891c
commit 438b1fcfe4
16 changed files with 4917 additions and 0 deletions

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