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

4 lines
66 B
XML

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