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

chore: missing export (#5911)

## About the changes
Overlooked on https://github.com/Unleash/unleash/pull/5910
This commit is contained in:
Gastón Fournier 2024-01-16 13:35:57 +01:00 committed by GitHub
parent 2ddc56927e
commit 9989688d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,3 +7,4 @@ export * from './segment/createSegmentService';
export * from './dependent-features/createDependentFeaturesService';
export * from './tag-type/createTagTypeService';
export * from './project-environments/createEnvironmentService';
export * from './events/createEventsService';