Skip to content

Commit

Permalink
Merge pull request #8 from deskpro/export-formik
Browse files Browse the repository at this point in the history
export formik wrappers in order to use in other libraries
  • Loading branch information
jducro committed May 24, 2019
1 parent d241d3e commit bce042a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/portal-components/src/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './Components';
export * from './layouts/Layout';
export { Formik, withFormik } from 'formik';

0 comments on commit bce042a

Please sign in to comment.