Skip to content

Commit 3bee086

Browse files
Merge pull request #1397 from umbraco/bugfix/remove-rename-of-const
Bugfix: Remove rename of const
2 parents 7db6cc5 + a1691e9 commit 3bee086

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export { UmbMoveDataTypeRepository } from './data-type-move.repository.js';
2-
export { UMB_MOVE_DATA_TYPE_REPOSITORY_ALIAS as MOVE_DATA_TYPE_REPOSITORY_ALIAS } from './manifests.js';
2+
export { UMB_MOVE_DATA_TYPE_REPOSITORY_ALIAS } from './manifests.js';

0 commit comments

Comments
 (0)