feat: app shell avec sidebar, header et pages placeholder
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Header } from '@/components/layout/Header'
|
||||
export default function DashboardPage() {
|
||||
return (
|
||||
<>
|
||||
<Header title="📊 Dashboard" />
|
||||
<div className="p-6"><p className="text-gray-400 text-sm">Dashboard — à implémenter (Plan 4)</p></div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user