mirror of https://github.com/abpframework/abp
parent
4ed2c5bed3
commit
a8906ba87b
@ -0,0 +1 @@
|
||||
export * from './route-names';
|
@ -0,0 +1,6 @@
|
||||
export const enum eAccountRouteNames {
|
||||
Account = 'AbpAccount::Menu:Account',
|
||||
Login = 'AbpAccount::Login',
|
||||
Register = 'AbpAccount::Register',
|
||||
ManageProfile = 'AbpAccount::ManageYourProfile',
|
||||
}
|
Loading…
Reference in new issue