ADD LANDING PAGE

This commit is contained in:
dios.one
2026-05-05 18:35:16 +07:00
commit d70ec03c94
27 changed files with 4394 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})