Skip to content

Commit fef58c9

Browse files
GAME-73 fix import #time 5m
1 parent 0810801 commit fef58c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src-ts/lib/profile-provider/profile-functions/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export { UserRole } from './profile-factory'
12
export {
23
getAsync as profileGetAsync,
34
editNameAsync as profileEditNameAsync,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export { create as profileFactoryCreate } from './profile.factory'
2+
export * from './user-role.enum'

0 commit comments

Comments
 (0)