Refactor dashboard structure by removing unused dashboard components (Academy, Analytics, CRM, ECommerce, Farm, Logistics) and updating the main dashboard to use FarmDashboardWrapper. Adjusted navigation links to point to the main dashboard.

This commit is contained in:
2026-02-19 16:05:44 +03:30
parent ec679c3287
commit 9f1de2166c
10 changed files with 9 additions and 185 deletions
@@ -119,10 +119,12 @@ const NavbarContent = () => {
<div className='flex items-center gap-4'>
<NavToggle />
<NavSearch />
{slotContent}
</div>
<div className='flex items-center'>
{slotContent}
<ModeDropdown/>
<ThemeColorDropdown />
{/* <NotificationsDropdown notifications={notifications} /> */}
<UserDropdown />