Skip to content

Commit

Permalink
fix: Missing export (#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Mar 15, 2023
1 parent 97b543a commit 481a7bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/features/index.ts
@@ -1,3 +1,4 @@
export * from './access/createAccessService';
export * from './export-import-toggles/createExportImportService';
export * from './feature-toggle/createFeatureToggleService';
export * from './project/createProjectService';

0 comments on commit 481a7bc

Please sign in to comment.