mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Dashboard Page authentication
This commit is contained in:
9
app/dashboard/DashboardPage.tsx
Normal file
9
app/dashboard/DashboardPage.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
export default function DashboardPage() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Dashboard</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user