mirror of
https://github.com/SkalaraAI/skbeta.git
synced 2025-04-09 15:00:18 -04:00
8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
export default function Dashboard() {
|
|
return (
|
|
<div className="p-4">
|
|
<h1 className="font-semibold">Dashboard capabilities coming soon...</h1>
|
|
</div>
|
|
);
|
|
}
|