Files
juwan-frontend/app/(dashboard)/dashboard/page.tsx
T

9 lines
237 B
TypeScript

export default function DashboardPage() {
return (
<div>
<h1 className="text-2xl font-bold"></h1>
<p className="mt-2 text-muted-foreground"></p>
</div>
)
}