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

3 lines
68 B
TypeScript

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