feat: add dashboard page and data structure for reporting

This commit is contained in:
fredy.siswanto
2025-02-23 21:13:31 +07:00
parent 7b42f6bfe5
commit 712b9155d2
3 changed files with 30 additions and 1 deletions
@@ -1,4 +1,6 @@
import { DashboardPage } from '~/pages/dashboard'
const DashboardIndexLayout = () => {
return <div>Dashboard Page</div>
return <DashboardPage />
}
export default DashboardIndexLayout