Different dashboards for Home Banner

This commit is contained in:
2024-01-30 17:10:30 +01:00
parent 29e0345e1c
commit 2f90c4a6c2
10 changed files with 482 additions and 17 deletions
+11
View File
@@ -0,0 +1,11 @@
import FamilyParentDashboard from "./FamilyParentDashboard";
import HomeDashboard from "./HomeDashboard";
import JobOwnerDashboard from "./JobOwnerDashboard";
import WorkerDashboard from "./WorkerDashboard";
export {
FamilyParentDashboard,
HomeDashboard,
JobOwnerDashboard,
WorkerDashboard,
};