Skip to content

Commit

Permalink
export formik wrappers in order to use in other libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
berdyshev committed Aug 30, 2018
1 parent 535d7db commit cc94d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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 cc94d6a

Please sign in to comment.