[plugins/welcome] fixed ToggleFeatureFlagButton test

This commit is contained in:
Bilawal Hameed
2020-03-27 13:04:59 +01:00
parent c1f5b2abc9
commit e78680fe03
2 changed files with 29 additions and 12 deletions
+5 -1
View File
@@ -16,5 +16,9 @@
export * from './api';
export * from './apis';
export { FeatureFlags, FeatureFlagsContext } from './app/FeatureFlags';
export {
FeatureFlags,
FeatureFlagsContext,
FeatureFlagsContextProvider,
} from './app/FeatureFlags';
export { useApp } from './app/AppContext';