mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
integrate users
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { USER_MANAGEMENT } from "@/data/adminTiles.data";
|
||||
import DashboardGrid from "@/components/generic/DashboardGrid";
|
||||
|
||||
export default function UserDashboard() {
|
||||
return <DashboardGrid sections={USER_MANAGEMENT} />
|
||||
}
|
||||
Reference in New Issue
Block a user