mirror of https://github.com/abpframework/abp.git
2 changed files with 4 additions and 0 deletions
@ -0,0 +1 @@ |
|||
export * from './route-names'; |
|||
@ -0,0 +1,3 @@ |
|||
export const enum eThemeSharedRouteNames { |
|||
Administration = 'AbpUiNavigation::Menu:Administration', |
|||
} |
|||
Loading…
Reference in new issue