mirror of https://github.com/abpframework/abp.git
5 changed files with 19 additions and 5 deletions
@ -0,0 +1,2 @@ |
|||
export * from './components'; |
|||
export * from './navigation-element-names'; |
|||
@ -0,0 +1,4 @@ |
|||
export const enum eNavigationElementNames { |
|||
Language = 'LanguageRef', |
|||
User = 'CurrentUserRef', |
|||
} |
|||
Loading…
Reference in new issue