1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-27 13:49:10 +02:00

chore: expose impact register (#10329)

This commit is contained in:
Mateusz Kwasniewski 2025-07-08 13:13:09 +02:00 committed by GitHub
parent 1eefede62e
commit 925724ca92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,3 +15,4 @@ export * from './personal-dashboard/createPersonalDashboardService.js';
export * from './user-subscriptions/createUserSubscriptionsService.js';
export * from './context/createContextService.js';
export * from './feature-links/createFeatureLinkService.js';
export * from './metrics/impact/impact-register.js';