import type { AsyncRoute } from 'components/router/AsyncRoute'; export const ASYNC_ADMIN_ROUTES: AsyncRoute[] = [ { path: 'activity' }, { path: 'notifications' }, { path: 'users' }, { path: 'users/access' }, { path: 'users/add' }, { path: 'users/parentalcontrol' }, { path: 'users/password' }, { path: 'users/profile' } ];