mirror of
https://github.com/michivonah/nextjs.git
synced 2025-12-22 22:16:28 +01:00
dashboard layout + implement page navigation + docs
This commit is contained in:
parent
aa734325b4
commit
aea677e6f7
6 changed files with 116 additions and 3 deletions
3
dashboard-app-course/app/dashboard/customers/page.tsx
Normal file
3
dashboard-app-course/app/dashboard/customers/page.tsx
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export default function Page(){
|
||||
return <p>Customers Page</p>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue