Skip to content

Commit

Permalink
#40 updated indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrohsilveira committed Nov 6, 2017
1 parent b8a34b2 commit ce64a5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/react-formctrl/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export {
FormProvider
} from './provider/provider'

export {Form, FormControl} from './form/form'
export {Field} from './field/field'
export {Validator, CustomValidator} from './validator'
export { Form, FormControl } from './form/form'
export { Field } from './field/field'
export { Validator, CustomValidator } from './validator'
export * from './decorators'

0 comments on commit ce64a5b

Please sign in to comment.