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

@@ -22,8 +22,8 @@ import { FormControl, FormGroup } from 'react-bootstrap';
import Alert from 'src/components/Alert';
import { JsonObject, t, styled } from '@superset-ui/core';
import ReactMarkdown from 'react-markdown';
import { Radio } from 'src/common/components/Radio';
import Modal from 'src/components/Modal';
import { Radio } from 'src/components/Radio';
import Button from 'src/components/Button';
import FormLabel from 'src/components/FormLabel';
import { CreatableSelect } from 'src/components/Select';