Skip to content

Commit

Permalink
[Fix #108] Export Intl context provider for SForms smart components
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Mar 15, 2022
1 parent 08baa8b commit 7e91cf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/s-forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Answer from './components/Answer';
import HelpIcon from './components/HelpIcon';
import WizardStep from './components/wizard/WizardStep';
import QuestionStatic from './components/QuestionStatic';
import IntlContextProvider from "./contexts/IntlContextProvider.js";

export default SForms;
export {
Expand All @@ -25,5 +26,6 @@ export {
ConfigurationContext,
FormQuestionsContext,
WizardStep,
QuestionStatic
QuestionStatic,
IntlContextProvider
};

0 comments on commit 7e91cf9

Please sign in to comment.