Skip to content

Commit

Permalink
chore: added exports
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Aug 20, 2021
1 parent 76ce1b3 commit 4072c78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import FormView from './components/FormView';
import Sidebar from './components/Sidebar';
import EditBlock from './components/EditBlock';
import Field from './components/Field';
import GoogleReCaptchaWidget from './components/Widget/GoogleReCaptchaWidget';
import HCaptchaWidget from './components/Widget/HCaptchaWidget';
import { downloadFile, getFieldName } from './components/utils';
import {
submitForm,
Expand Down Expand Up @@ -62,6 +64,8 @@ export {
FormView,
EditBlock,
Field,
GoogleReCaptchaWidget,
HCaptchaWidget,
downloadFile,
getFieldName,
};

0 comments on commit 4072c78

Please sign in to comment.