Admin Investasi

# feat:
- Ganti status dan reject
### No issue
This commit is contained in:
2023-11-14 12:01:26 +08:00
parent 67212ca035
commit 989c9eed32
16 changed files with 341 additions and 158 deletions

View File

@@ -0,0 +1,7 @@
import { SplashDashboardAdmin } from "@/app_modules/admin/main";
export default async function Page() {
return<>
<SplashDashboardAdmin/>
</>
}