judge4c/src/app/(protected)/dashboard/page.tsx

4 lines
110 B
TypeScript
Raw Normal View History

2025-06-20 12:18:13 +00:00
export default function Page() {
return <div className="h-full w-full border bg-blue-200">Dashboard</div>
}