chore: Moves Radio to the components folder (#14133)

This commit is contained in:
Michael S. Molina
2021-04-20 12:48:10 -03:00
committed by GitHub
parent 8441590812
commit d1b458c4c5
16 changed files with 14 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ import { Provider } from 'react-redux';
import { shallow } from 'enzyme';
import { styledMount as mount } from 'spec/helpers/theming';
import { FormControl } from 'react-bootstrap';
import { Radio } from 'src/common/components/Radio';
import { Radio } from 'src/components/Radio';
import Button from 'src/components/Button';
import sinon from 'sinon';
import fetchMock from 'fetch-mock';