mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
chore: Moves Chart to the components folder (#19029)
This commit is contained in:
committed by
GitHub
parent
2cc5678dfc
commit
04a36d5c92
@@ -29,7 +29,7 @@ import Tabs from 'src/components/Tabs';
|
||||
import Loading from 'src/components/Loading';
|
||||
import { EmptyStateMedium } from 'src/components/EmptyState';
|
||||
import TableView, { EmptyWrapperType } from 'src/components/TableView';
|
||||
import { getChartDataRequest } from 'src/chart/chartAction';
|
||||
import { getChartDataRequest } from 'src/components/Chart/chartAction';
|
||||
import { getClientErrorObject } from 'src/utils/getClientErrorObject';
|
||||
import {
|
||||
getItem,
|
||||
|
||||
Reference in New Issue
Block a user