Skip to content

Commit a1691e9

Browse files
committed
Update index.ts
1 parent abe6500 commit a1691e9

File tree

1 file changed

+1
-1
lines changed
  • src/packages/data-type/repository

1 file changed

+1
-1
lines changed

src/packages/data-type/repository/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export {
55
UMB_DATA_TYPE_DETAIL_STORE_CONTEXT,
66
} from './detail/index.js';
77
export { UmbDataTypeItemRepository, UMB_DATA_TYPE_ITEM_REPOSITORY_ALIAS } from './item/index.js';
8-
export { UmbMoveDataTypeRepository, MOVE_DATA_TYPE_REPOSITORY_ALIAS } from './move/index.js';
8+
export { UmbMoveDataTypeRepository, UMB_MOVE_DATA_TYPE_REPOSITORY_ALIAS } from './move/index.js';
99

1010
export type { UmbDataTypeItemModel } from './item/index.js';

0 commit comments

Comments
 (0)