Skip to content

Commit

Permalink
Merge pull request #1397 from umbraco/bugfix/remove-rename-of-const
Browse files Browse the repository at this point in the history
Bugfix: Remove rename of const
  • Loading branch information
madsrasmussen authored Mar 6, 2024
2 parents 7db6cc5 + a1691e9 commit 3bee086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packages/data-type/repository/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export {
UMB_DATA_TYPE_DETAIL_STORE_CONTEXT,
} from './detail/index.js';
export { UmbDataTypeItemRepository, UMB_DATA_TYPE_ITEM_REPOSITORY_ALIAS } from './item/index.js';
export { UmbMoveDataTypeRepository, MOVE_DATA_TYPE_REPOSITORY_ALIAS } from './move/index.js';
export { UmbMoveDataTypeRepository, UMB_MOVE_DATA_TYPE_REPOSITORY_ALIAS } from './move/index.js';

export type { UmbDataTypeItemModel } from './item/index.js';
2 changes: 1 addition & 1 deletion src/packages/data-type/repository/move/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { UmbMoveDataTypeRepository } from './data-type-move.repository.js';
export { UMB_MOVE_DATA_TYPE_REPOSITORY_ALIAS as MOVE_DATA_TYPE_REPOSITORY_ALIAS } from './manifests.js';
export { UMB_MOVE_DATA_TYPE_REPOSITORY_ALIAS } from './manifests.js';

0 comments on commit 3bee086

Please sign in to comment.