mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-21 17:36:38 +00:00
9 lines
125 B
TypeScript
9 lines
125 B
TypeScript
|
|
|
|
export default function DashboardPage() {
|
|
return (
|
|
<div>
|
|
<h1>Dashboard</h1>
|
|
</div>
|
|
);
|
|
} |