Added empty component to the dashboard

This commit was merged in pull request #573.
This commit is contained in:
2024-02-23 17:19:41 +01:00
parent ad2745dfce
commit fa47de7292
7 changed files with 36 additions and 13 deletions
+2
View File
@@ -2,10 +2,12 @@ import FamilyParentDashboard from "./FamilyParentDashboard";
import HomeDashboard from "./HomeDashboard";
import JobOwnerDashboard from "./JobOwnerDashboard";
import WorkerDashboard from "./WorkerDashboard";
import AccountDashboard from "./AccountDashboard";
export {
FamilyParentDashboard,
HomeDashboard,
JobOwnerDashboard,
WorkerDashboard,
AccountDashboard
};