feat: added components

This commit is contained in:
Smigz 2024-06-15 22:54:07 -04:00
parent 839c5a6b26
commit 18f5a11ed7
6 changed files with 97 additions and 47 deletions

View file

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