Skip to content

Commit

Permalink
💩 Expose useTutorial hook
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakihle committed Nov 6, 2024
1 parent efd8385 commit 3917b49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/providers/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
export { TutorialProvider } from './TutorialProvider/TutorialProvider';
export { FeatureToggleProvider } from './FeatureToggleProvider';
/**
* Use with caution. There has not been much testing of how using this hook in an app affects the tutorial logic
*/
export { useTutorial } from './TutorialProvider/TutorialProvider.hooks';

0 comments on commit 3917b49

Please sign in to comment.