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