skalara-core/app/dashboard/page.tsx
Christopher Arraya 788b952127 initial commit
2023-11-18 21:09:24 -05:00

8 lines
102 B
TypeScript

export default function Dashboard() {
return (
<div>
<h1>Dashboard</h1>
</div>
);
}