mirror of
https://github.com/apache/superset.git
synced 2026-07-26 08:32:42 +00:00
chore: Moves Chart to the components folder (#19029)
This commit is contained in:
committed by
GitHub
parent
2cc5678dfc
commit
04a36d5c92
@@ -24,7 +24,7 @@ import CopyToClipboard from 'src/components/CopyToClipboard';
|
||||
import Loading from 'src/components/Loading';
|
||||
import { CopyButton } from 'src/explore/components/DataTableControl';
|
||||
import { getClientErrorObject } from 'src/utils/getClientErrorObject';
|
||||
import { getChartDataRequest } from 'src/chart/chartAction';
|
||||
import { getChartDataRequest } from 'src/components/Chart/chartAction';
|
||||
import markdownSyntax from 'react-syntax-highlighter/dist/cjs/languages/hljs/markdown';
|
||||
import htmlSyntax from 'react-syntax-highlighter/dist/cjs/languages/hljs/htmlbars';
|
||||
import sqlSyntax from 'react-syntax-highlighter/dist/cjs/languages/hljs/sql';
|
||||
|
||||
Reference in New Issue
Block a user