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 abe6500 commit a1691e9Copy full SHA for a1691e9
src/packages/data-type/repository/index.ts
@@ -5,6 +5,6 @@ export {
5
UMB_DATA_TYPE_DETAIL_STORE_CONTEXT,
6
} from './detail/index.js';
7
export { UmbDataTypeItemRepository, UMB_DATA_TYPE_ITEM_REPOSITORY_ALIAS } from './item/index.js';
8
-export { UmbMoveDataTypeRepository, MOVE_DATA_TYPE_REPOSITORY_ALIAS } from './move/index.js';
+export { UmbMoveDataTypeRepository, UMB_MOVE_DATA_TYPE_REPOSITORY_ALIAS } from './move/index.js';
9
10
export type { UmbDataTypeItemModel } from './item/index.js';
0 commit comments