|
1 | | -import { compose } from 'recompose'; |
2 | | -import setFormikInitialValue from './src/setFormikInitialValue'; |
3 | | -import withError from './src/withError'; |
4 | | -import withFocus from './src/withFocus'; |
5 | | -import withFormik from './src/withFormik'; |
6 | | -import withInputTypeProps from './src/withInputTypeProps'; |
7 | | -import withTouched from './src/withTouched'; |
8 | | -import withPickerValues from './src/withPickerValues'; |
9 | | -import KeyboardModal from './src/withPickerValues/KeyboardModal'; |
10 | | -import makeReactNativeField from './src/makeReactNativeField'; |
11 | | -import { |
12 | | - withNextInputAutoFocusForm, |
13 | | - withNextInputAutoFocusInput, |
14 | | -} from './src/withNextInputAutoFocus'; |
| 1 | +import { compose } from "recompose"; |
| 2 | +import setFormikInitialValue from "./src/setFormikInitialValue"; |
| 3 | +import withError from "./src/withError"; |
| 4 | +import withFocus from "./src/withFocus"; |
| 5 | +import withFormik from "./src/withFormik"; |
| 6 | +import withInputTypeProps from "./src/withInputTypeProps"; |
| 7 | +import withTouched from "./src/withTouched"; |
| 8 | +import withPickerValues from "./src/withPickerValues"; |
| 9 | +import KeyboardModal from "./src/withPickerValues/KeyboardModal"; |
| 10 | +import makeReactNativeField from "./src/makeReactNativeField"; |
| 11 | +import { withNextInputAutoFocusForm, withNextInputAutoFocusInput } from "./src/withNextInputAutoFocus"; |
15 | 12 |
|
16 | 13 | const makeInputsGreatAgain = compose( |
17 | 14 | withInputTypeProps, |
|
0 commit comments