Pages
~10 mins
- nextjs
Pages
-
Create pages
-
signup/page.tsx
-
signin/page.tsx
-
dashboard/page.tsx
-
dashboard/customer/page.tsx
-
dashboard/invoices/page.tsx
-
In your dashboard, create two more pages:
- Customers Page: The page should be accessible on http://localhost:3000/dashboard/customers. For now, it should return a
Customers Page
element. - Invoices Page: The invoices page should be accessible on http://localhost:3000/dashboard/invoices. For now, also return a
Invoices Page
element.
- Customers Page: The page should be accessible on http://localhost:3000/dashboard/customers. For now, it should return a