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

3 lines
No EOL
67 B
TypeScript

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