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

fix: Missing export (#3327)

This commit is contained in:
Mateusz Kwasniewski 2023-03-15 17:10:36 +01:00 committed by GitHub
parent 97b543aea9
commit 481a7bc45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
export * from './access/createAccessService';
export * from './export-import-toggles/createExportImportService';
export * from './feature-toggle/createFeatureToggleService';
export * from './project/createProjectService';