schedules page removed

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-16 21:21:07 +00:00
parent 51cd021f85
commit 56c30e4904
9 changed files with 12 additions and 35 deletions

View File

@@ -51,11 +51,6 @@ export const routes: RouteConfig[] = [
{ path: '/thinker/profile', label: 'Profile', breadcrumb: 'Profile' },
],
},
{
path: '/schedules',
label: 'Schedules',
icon: 'Schedules',
},
];
export const getBreadcrumbs = (pathname: string): Array<{ label: string; path: string }> => {