Skip to content

Commit 50eeb76

Browse files
authored
clean up double exports (#19859)
1 parent fcba10a commit 50eeb76

File tree

2 files changed

+1
-2
lines changed
  • src/Umbraco.Web.UI.Client/src/packages/segment/collection

2 files changed

+1
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { UmbSegmentCollectionRepository } from './repository/index.js';
1+
export * from './repository/index.js';
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
export { UMB_SEGMENT_COLLECTION_REPOSITORY_ALIAS } from './constants.js';
21
export { UmbSegmentCollectionRepository } from './segment-collection.repository.js';

0 commit comments

Comments
 (0)