summaryrefslogtreecommitdiff
path: root/frontend/src/pages/Dashboard.tsx
blob: f306c53010d4d47aedd4ae6742481a3e914c2400 (plain)
1
2
3
4
5
function Dashboard() {
    return <h1>Placeholder</h1>;
}

export default Dashboard;