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

3 lines
No EOL
64 B
XML

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