Export user picker modal token
This commit is contained in:
committed by
Jacob Overgaard
parent
d86beb9345
commit
adf6e7b258
@@ -5,3 +5,5 @@ export * from './repository/index.js';
|
||||
export type * from './types.js';
|
||||
export * from './utils/index.js';
|
||||
export * from './entity.js';
|
||||
|
||||
export { UMB_USER_PICKER_MODAL } from './modals/user-picker/index.js';
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
export { UMB_USER_PICKER_MODAL } from './user-picker-modal.token.js';
|
||||
Reference in New Issue
Block a user