dashboard layout + implement page navigation + docs

This commit is contained in:
Michi 2025-04-19 15:03:37 +02:00
parent aa734325b4
commit aea677e6f7
6 changed files with 116 additions and 3 deletions

View file

@ -0,0 +1,3 @@
export default function Page(){
return <p>Customers Page</p>
}