commit semua

This commit is contained in:
azgrey
2026-06-11 21:59:12 +07:00
parent b07e1197aa
commit 93b7b5c3d6
20 changed files with 3886 additions and 7769 deletions
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})