Initial commit

This commit is contained in:
MohamedHasan07
2026-06-16 13:08:58 +05:30
commit f24968be49
168 changed files with 4336 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
export default defineConfig({
plugins: [react(), tailwindcss()],
})