Settings Page

This commit is contained in:
headlesdev
2025-05-17 20:17:39 +02:00
parent c37bf1d9f9
commit 955f9f2861
5 changed files with 78 additions and 5 deletions

View File

@@ -13,9 +13,9 @@ export default function DashboardPage({ username, name }: DashboardPageProps) {
<Sidebar
username={username}
fullName={name}
breadcrumbPath={['Home', 'Dashboard']}
breadcrumbPath={['/', 'Dashboard']}
>
<main className="pl-4">
<main>
<h1>Dashboard</h1>
</main>
</Sidebar>