chore: change administration order

pull/4423/head
mehmet-erim 5 years ago
parent 173d773b18
commit 47a45f923f

@ -10,10 +10,10 @@ export function configureRoutes(routes: RoutesService) {
return () => {
routes.add([
{
path: '/',
path: undefined,
name: eThemeSharedRouteNames.Administration,
iconClass: 'fa fa-wrench',
order: 1,
order: 100,
},
]);
};

Loading…
Cancel
Save