mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Settings Page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user