export repo class and manifest alias

This commit is contained in:
Mads Rasmussen
2023-11-20 15:46:05 +01:00
parent 95244a15ec
commit e07c2ceda0

View File

@@ -1 +1,2 @@
export * from './user-collection.repository.js';
export { UMB_USER_COLLECTION_REPOSITORY_ALIAS } from './manifests.js';
export { UmbUserCollectionRepository } from './user-collection.repository.js';