Configuración inicial del proyecto: estructura de directorios y dependencias mínimas instaladas
This commit is contained in:
9
app/(dashboard)/dashboard/page.tsx
Normal file
9
app/(dashboard)/dashboard/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
export default function DashboardPage() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Dashboard</h1>
|
||||
{/* Dashboard content will be implemented here */}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user