feat: updated component

This commit is contained in:
Smigz 2024-06-15 08:31:44 -04:00
parent 940deff071
commit 839c5a6b26
15 changed files with 4780 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()],
})