mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-27 03:36:32 +00:00
6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
import { DashboardStatsOverview } from "@/components/dashboard-stats"
|
|
|
|
export default function DashboardPage() {
|
|
return <DashboardStatsOverview />
|
|
}
|