Import Sorting Lint for Frontend (#4655)

This commit is contained in:
Qstick
2020-07-28 14:47:25 -04:00
committed by GitHub
parent b92414d657
commit 71e715f954
515 changed files with 2059 additions and 1832 deletions

View File

@@ -1,10 +1,10 @@
import _ from 'lodash';
import PropTypes from 'prop-types';
import React from 'react';
import { inputTypes } from 'Helpers/Props';
import FormGroup from 'Components/Form/FormGroup';
import FormLabel from 'Components/Form/FormLabel';
import FormInputGroup from 'Components/Form/FormInputGroup';
import FormLabel from 'Components/Form/FormLabel';
import { inputTypes } from 'Helpers/Props';
function getType(type) {
switch (type) {