Fix:Removed files from Root folder to Frontend folder

Feat:Created landing page,Login page, Signup page
This commit is contained in:
2025-02-26 10:46:33 +05:30
parent 1005852091
commit 9abd6c554a
25 changed files with 5423 additions and 172 deletions
+9
View File
@@ -0,0 +1,9 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), tailwindcss(),
],
})