chore: remove empty settings properties from route constants

pull/1756/head
mehmet-erim 6 years ago
parent 10324619f2
commit 9eca107121

@ -10,5 +10,4 @@ export const ACCOUNT_ROUTES = {
children: [{ path: 'login', name: 'Login', order: 1 }, { path: 'register', name: 'Register', order: 2 }],
},
] as ABP.FullRoute[],
settings: [],
};

@ -21,5 +21,4 @@ export const IDENTITY_ROUTES = {
],
},
] as ABP.FullRoute[],
settings: [],
};

@ -18,5 +18,4 @@ export const TENANT_MANAGEMENT_ROUTES = {
],
},
] as ABP.FullRoute[],
settings: [],
};

Loading…
Cancel
Save