Skip to content

Commit

Permalink
[Fix #193] Removed IntlProvider from exported modules
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Nov 8, 2022
1 parent e485a4f commit d20c315
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/s-forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ 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 @@ -27,5 +26,4 @@ export {
FormQuestionsContext,
WizardStep,
QuestionStatic,
IntlContextProvider,
};

0 comments on commit d20c315

Please sign in to comment.