Skip to content

Commit

Permalink
[upd] Export utils and constants from library
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Jul 1, 2020
1 parent cd44d39 commit dbfc448
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/s-forms.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
import SForms from './components/SForms';
import * as Constants from './constants/Constants';
import JsonLdObjectUtils from './util/JsonLdObjectUtils';
import JsonLdFramingUtils from './util/JsonLdFramingUtils';
import JsonLdObjectMap from './util/JsonLdObjectMap';
import FormUtils from './util/FormUtils';

export default SForms;
export { Constants, JsonLdObjectUtils, JsonLdFramingUtils, JsonLdObjectMap, FormUtils };

0 comments on commit dbfc448

Please sign in to comment.