fix: reorganize imports
This commit is contained in:
parent
57c0b7cca1
commit
e6dfb9dfd6
7 changed files with 23 additions and 18 deletions
|
|
@ -1,8 +1,12 @@
|
|||
import React from 'react'
|
||||
import classnames from 'classnames'
|
||||
import { withStyles } from '@material-ui/styles'
|
||||
import FormControlLabel from '@material-ui/core/FormControlLabel'
|
||||
import { Radio as MaterialRadio, RadioGroup as MaterialRadioGroup } from '@material-ui/core'
|
||||
import {
|
||||
Radio as MaterialRadio,
|
||||
RadioGroup as MaterialRadioGroup,
|
||||
FormControlLabel
|
||||
} from '@material-ui/core'
|
||||
|
||||
import { secondaryColor } from '../../../styling/variables'
|
||||
|
||||
const GreenRadio = withStyles({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue