mirror of
https://github.com/massbug/judge4c.git
synced 2025-08-23 10:03:33 +00:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
|
export default function DashboardAdmin() {
|
||
|
return <div>Dashboard Admin</div>;
|
||
|
}
|