1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

chore: export context service factory (#9053)

This commit is contained in:
Mateusz Kwasniewski 2025-01-03 10:41:34 +01:00 committed by GitHub
parent eb0b7d5e4f
commit 4a52247bd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,3 +13,4 @@ export * from './feature-lifecycle/createFeatureLifecycle';
export * from './playground/createPlaygroundService'; export * from './playground/createPlaygroundService';
export * from './personal-dashboard/createPersonalDashboardService'; export * from './personal-dashboard/createPersonalDashboardService';
export * from './user-subscriptions/createUserSubscriptionsService'; export * from './user-subscriptions/createUserSubscriptionsService';
export * from './context/createContextService';