clean up double exports (#19859)

This commit is contained in:
Niels Lyngsø
2025-08-05 11:45:34 +02:00
committed by GitHub
parent fcba10aecf
commit 50eeb76c5a
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +1 @@
export { UmbSegmentCollectionRepository } from './repository/index.js';
export * from './repository/index.js';

View File

@@ -1,2 +1 @@
export { UMB_SEGMENT_COLLECTION_REPOSITORY_ALIAS } from './constants.js';
export { UmbSegmentCollectionRepository } from './segment-collection.repository.js';