Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bryceosterhaus/3bf20f885ff8a98c7310850b322e7952 to your computer and use it in GitHub Desktop.
Save bryceosterhaus/3bf20f885ff8a98c7310850b322e7952 to your computer and use it in GitHub Desktop.
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