Populated the lower component

This commit was merged in pull request #583.
This commit is contained in:
2024-02-27 11:36:53 +01:00
parent 3b86c6cd0e
commit 3403210fe8
3 changed files with 107 additions and 30 deletions
@@ -93,11 +93,6 @@ export default function HomeDashboard({ className, bannerList, nextDueTask }) {
</Link>
</div>
</div>
<HomeSliders
settings={settings}
sideData={sildeData}
bannerList={bannerList}
/>
</div>
);
}