feat: remove route names from account package

pull/4377/head
Arman Ozak 5 years ago
parent 293eaf8c97
commit ef5625e43d

@ -1,2 +1 @@
export * from './components';
export * from './route-names';

@ -1,6 +0,0 @@
export const enum eAccountRouteNames {
Account = 'AbpAccount::Menu:Account',
Login = 'AbpAccount::Login',
Register = 'AbpAccount::Register',
ManageProfile = 'AbpAccount::ManageYourProfile',
}
Loading…
Cancel
Save