nextjs-dashboard/app/dashboard/customers/page.tsx

3 lines
No EOL
65 B
XML

export default function Page() {
return <p>Customers Page</p>
}