mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
chore: Moves Tabs to the components folder (#14136)
This commit is contained in:
committed by
GitHub
parent
22f9e12a3b
commit
d0be1ff79e
@@ -25,7 +25,7 @@ import {
|
||||
testDatabaseConnection,
|
||||
} from 'src/views/CRUD/hooks';
|
||||
import withToasts from 'src/messageToasts/enhancers/withToasts';
|
||||
import Tabs from 'src/common/components/Tabs';
|
||||
import Tabs from 'src/components/Tabs';
|
||||
import Button from 'src/components/Button';
|
||||
import IndeterminateCheckbox from 'src/components/IndeterminateCheckbox';
|
||||
import Collapse from 'src/components/Collapse';
|
||||
|
||||
Reference in New Issue
Block a user