File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/packages/data-type/repository Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
UMB_DATA_TYPE_DETAIL_STORE_CONTEXT ,
6
6
} from './detail/index.js' ;
7
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' ;
8
+ export { UmbMoveDataTypeRepository , UMB_MOVE_DATA_TYPE_REPOSITORY_ALIAS } from './move/index.js' ;
9
9
10
10
export type { UmbDataTypeItemModel } from './item/index.js' ;
Original file line number Diff line number Diff line change 1
1
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' ;
You can’t perform that action at this time.
0 commit comments