Skip to content

Commit

Permalink
fix: toggle feature imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatoVan committed Apr 14, 2024
1 parent 259bd01 commit ca3403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/lib/features/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { setFeatureFlags, getFeatureFlag } from './setGetFeatures';
export { toggleFeatures } from './toggleFeatures';
export { ToggleFeatures } from './toggleFeatures/ToggleFeatures';
export { ToggleFeatures } from './ToggleFeatures/ToggleFeatures';

0 comments on commit ca3403f

Please sign in to comment.