Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Right now users of this component will have to use ```js import NumberInput from 'react-number-input/build/react-number-input' ``` to import it. This PR changes that to: ```js import NumberInput from 'react-number-input' ```
- Loading branch information