Searched refs:getPageSection (Results 1 – 3 of 3) sorted by relevance
13 return navigation[getPageSection(path)] as NavigationRoute[];49 export const getPageSection = (path: string) => { constant
13 import { getPageSection } from '~/common/routes';17 const isArchive = router?.pathname ? getPageSection(router.pathname) === 'archive' : false;
63 const sidebarActiveGroup = RoutesUtils.getPageSection(pathname);70 RoutesUtils.getPageSection(pathname) !== RoutesUtils.getPageSection(url) ||