next-good-tem/app/dashboard/customer/page.tsx

3 lines
68 B
XML

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