Dashboard Page authentication

This commit is contained in:
headlesdev
2025-05-17 17:38:03 +02:00
parent 79a4c1199a
commit defc4e2f5e
2 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
export default function DashboardPage() {
return (
<div>
<h1>Dashboard</h1>
</div>
);
}