Created
August 1, 2017 21:48
-
-
Save bryceosterhaus/3bf20f885ff8a98c7310850b322e7952 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Component, {Config} from './Component'; | |
import getCN from 'classnames'; | |
import {uniqueId} from 'lodash'; | |
import Select from '../Select'; | |
import Label from './Label'; | |
import validate, {checkRequired} from '../../util/form-validators'; | |
// converts to | |
import getCN from 'classnames'; | |
import Label from './Label'; | |
import Select from '../Select'; | |
import {uniqueId} from 'lodash'; | |
import Component, {Config} from './Component'; | |
import validate, {checkRequired} from '../../util/form-validators'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment