nextjs-dashboard/app/dashboard/page.tsx

4 lines
67 B
XML

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