mirror of
https://github.com/massbug/judge4c.git
synced 2025-07-05 08:30:50 +00:00
4 lines
110 B
TypeScript
4 lines
110 B
TypeScript
|
export default function Page() {
|
||
|
return <div className="h-full w-full border bg-blue-200">Dashboard</div>
|
||
|
}
|