Export user picker modal token

This commit is contained in:
Mads Rasmussen
2024-06-05 10:59:28 +02:00
committed by Jacob Overgaard
parent d86beb9345
commit adf6e7b258
2 changed files with 3 additions and 0 deletions

View File

@@ -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';

View File

@@ -0,0 +1 @@
export { UMB_USER_PICKER_MODAL } from './user-picker-modal.token.js';