mirror of
https://github.com/apache/superset.git
synced 2026-04-26 19:44:58 +00:00
chore: Moves Radio to the components folder (#14133)
This commit is contained in:
committed by
GitHub
parent
8441590812
commit
d1b458c4c5
@@ -19,7 +19,7 @@
|
||||
|
||||
import React, { FunctionComponent } from 'react';
|
||||
import { AutoCompleteProps } from 'antd/lib/auto-complete';
|
||||
import { Radio } from 'src/common/components/Radio';
|
||||
import { Radio } from 'src/components/Radio';
|
||||
import { AutoComplete, Input } from 'src/common/components';
|
||||
import StyledModal from 'src/components/Modal';
|
||||
import Button from 'src/components/Button';
|
||||
|
||||
Reference in New Issue
Block a user