finished project

This commit is contained in:
nameishappy
2023-08-03 21:20:53 +05:30
commit 73651d6058
65 changed files with 15611 additions and 0 deletions

7
vite.config.js Normal file
View File

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