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