mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
6 lines
220 B
React
6 lines
220 B
React
import { USER_MANAGEMENT } from "@/data/adminTiles.data";
|
|
import DashboardGrid from "@/components/generic/DashboardGrid";
|
|
|
|
export default function UserDashboard() {
|
|
return <DashboardGrid sections={USER_MANAGEMENT} />
|
|
} |