Files
OpenLearnX/frontend/app/dashboard/page.tsx
T
2025-07-25 23:58:20 +05:30

6 lines
151 B
TypeScript

import { DashboardStatsOverview } from "@/components/dashboard-stats"
export default function DashboardPage() {
return <DashboardStatsOverview />
}