mirror of
https://github.com/apache/superset.git
synced 2026-05-11 02:45:46 +00:00
chore: Moves Radio to the components folder (#14133)
This commit is contained in:
committed by
GitHub
parent
8441590812
commit
d1b458c4c5
@@ -20,7 +20,7 @@ import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { Col } from 'react-bootstrap';
|
||||
import Card from 'src/common/components/Card';
|
||||
import { Radio } from 'src/common/components/Radio';
|
||||
import { Radio } from 'src/components/Radio';
|
||||
import Alert from 'src/components/Alert';
|
||||
import Badge from 'src/components/Badge';
|
||||
import shortid from 'shortid';
|
||||
|
||||
Reference in New Issue
Block a user