Skip to content

Commit 7c69f00

Browse files
madsrasmusseniOvergaard
authored andcommitted
Export user picker modal token
1 parent 142cd09 commit 7c69f00

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/packages/user/user/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ export * from './repository/index.js';
55
export type * from './types.js';
66
export * from './utils/index.js';
77
export * from './entity.js';
8+
9+
export { UMB_USER_PICKER_MODAL } from './modals/user-picker/index.js';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { UMB_USER_PICKER_MODAL } from './user-picker-modal.token.js';

0 commit comments

Comments
 (0)