feat(dashboard super admin): membuat dashboard super admin

This commit is contained in:
2023-07-29 10:30:03 +08:00
parent b6cc83c004
commit c3637366f9
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
"use client"
export function DashboardSuperAdmin(){
return <>
<div>Ini super admin</div>
</>
}

View File

@@ -0,0 +1,3 @@
import { DashboardSuperAdmin } from "./dashboard_super_admin";
export default DashboardSuperAdmin