nextjs-dashboard/app/dashboard/page.tsx

3 lines
No EOL
65 B
XML

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