Skip to content

Commit 273c7b9

Browse files
committed
Move to alphabetical order
1 parent ed32cac commit 273c7b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/apps/dashboard/routes/_asyncRoutes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ import { AsyncRouteType, type AsyncRoute } from 'components/router/AsyncRoute';
33
export const ASYNC_ADMIN_ROUTES: AsyncRoute[] = [
44
{ path: 'activity', type: AsyncRouteType.Dashboard },
55
{ path: 'branding', type: AsyncRouteType.Dashboard },
6+
{ path: 'keys', type: AsyncRouteType.Dashboard },
67
{ path: 'playback/trickplay', type: AsyncRouteType.Dashboard },
78
{ path: 'plugins/:pluginId', page: 'plugins/plugin', type: AsyncRouteType.Dashboard },
89
{ path: 'users', type: AsyncRouteType.Dashboard },
910
{ path: 'users/access', type: AsyncRouteType.Dashboard },
1011
{ path: 'users/add', type: AsyncRouteType.Dashboard },
1112
{ path: 'users/parentalcontrol', type: AsyncRouteType.Dashboard },
1213
{ path: 'users/password', type: AsyncRouteType.Dashboard },
13-
{ path: 'users/profile', type: AsyncRouteType.Dashboard },
14-
{ path: 'keys', type: AsyncRouteType.Dashboard }
14+
{ path: 'users/profile', type: AsyncRouteType.Dashboard }
1515
];

0 commit comments

Comments
 (0)