clean up double exports (#19859)
This commit is contained in:
@@ -1 +1 @@
|
||||
export { UmbSegmentCollectionRepository } from './repository/index.js';
|
||||
export * from './repository/index.js';
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
export { UMB_SEGMENT_COLLECTION_REPOSITORY_ALIAS } from './constants.js';
|
||||
export { UmbSegmentCollectionRepository } from './segment-collection.repository.js';
|
||||
|
||||
Reference in New Issue
Block a user