Skip to content

Commit 0ecc56a

Browse files
committed
export paths
1 parent cd1c098 commit 0ecc56a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/packages/user/user/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
export * from './collection/index.js';
22
export * from './components/index.js';
3+
export * from './entity.js';
34
export * from './invite/index.js';
5+
export * from './paths.js';
46
export * from './repository/index.js';
5-
export type * from './types.js';
67
export * from './utils/index.js';
7-
export * from './entity.js';
8+
export type * from './types.js';
89

910
export { UMB_USER_PICKER_MODAL } from './modals/user-picker/index.js';

0 commit comments

Comments
 (0)