We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142cd09 commit 7c69f00Copy full SHA for 7c69f00
src/packages/user/user/index.ts
@@ -5,3 +5,5 @@ export * from './repository/index.js';
5
export type * from './types.js';
6
export * from './utils/index.js';
7
export * from './entity.js';
8
+
9
+export { UMB_USER_PICKER_MODAL } from './modals/user-picker/index.js';
src/packages/user/user/modals/user-picker/index.ts
@@ -0,0 +1 @@
1
+export { UMB_USER_PICKER_MODAL } from './user-picker-modal.token.js';
0 commit comments