mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
chore: Moves Collapse to the components folder (#14124)
This commit is contained in:
committed by
GitHub
parent
b83ee46d0f
commit
77a9cc7088
@@ -36,7 +36,7 @@ import {
|
||||
} from '@superset-ui/chart-controls';
|
||||
|
||||
import Tabs from 'src/common/components/Tabs';
|
||||
import Collapse from 'src/common/components/Collapse';
|
||||
import Collapse from 'src/components/Collapse';
|
||||
import { PluginContext } from 'src/components/DynamicPlugins';
|
||||
import Loading from 'src/components/Loading';
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
import React, { useCallback, useEffect, useState } from 'react';
|
||||
import { JsonObject, styled, t } from '@superset-ui/core';
|
||||
import Collapse from 'src/common/components/Collapse';
|
||||
import Collapse from 'src/components/Collapse';
|
||||
import Tabs from 'src/common/components/Tabs';
|
||||
import Loading from 'src/components/Loading';
|
||||
import TableView, { EmptyWrapperType } from 'src/components/TableView';
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import { styled, t } from '@superset-ui/core';
|
||||
import Collapse from 'src/common/components/Collapse';
|
||||
import Collapse from 'src/components/Collapse';
|
||||
import {
|
||||
ColumnOption,
|
||||
MetricOption,
|
||||
|
||||
@@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
|
||||
import { css } from '@emotion/core';
|
||||
import { t } from '@superset-ui/core';
|
||||
import Label from 'src/components/Label';
|
||||
import Collapse from 'src/common/components/Collapse';
|
||||
import Collapse from 'src/components/Collapse';
|
||||
import TextControl from 'src/explore/components/controls/TextControl';
|
||||
import MetricsControl from 'src/explore/components/controls/MetricControl/MetricsControl';
|
||||
import ControlHeader from 'src/explore/components/ControlHeader';
|
||||
|
||||
Reference in New Issue
Block a user