Add initial Next.js dashboard files
This commit is contained in:
3
app/dashboard/customers/page.tsx
Normal file
3
app/dashboard/customers/page.tsx
Normal file
@ -0,0 +1,3 @@
|
||||
export default function CustomerPage() {
|
||||
return <p>Customer Dashboard Page</p>;
|
||||
}
|
||||
Reference in New Issue
Block a user