Skip to content

Commit

Permalink
Export FormQuestionsContext
Browse files Browse the repository at this point in the history
  • Loading branch information
holubv committed Apr 21, 2021
1 parent a3ab291 commit b4d92b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/s-forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import JsonLdObjectMap from './util/JsonLdObjectMap';
import FormUtils from './util/FormUtils';
import Question from './components/Question';
import { ConfigurationContext } from './contexts/ConfigurationContext';
import { FormQuestionsContext } from './contexts/FormQuestionsContext';
import Answer from './components/Answer';
import HelpIcon from './components/HelpIcon';
import WizardStep from './components/wizard/WizardStep';
Expand All @@ -21,5 +22,6 @@ export {
Answer,
HelpIcon,
ConfigurationContext,
FormQuestionsContext,
WizardStep
};

0 comments on commit b4d92b0

Please sign in to comment.