mirror of
https://github.com/apache/superset.git
synced 2026-05-11 02:45:46 +00:00
chore: Moves Chart to the components folder (#19029)
This commit is contained in:
committed by
GitHub
parent
2cc5678dfc
commit
04a36d5c92
@@ -22,7 +22,7 @@ import Split from 'react-split';
|
||||
import { styled, SupersetClient, useTheme } from '@superset-ui/core';
|
||||
import { useResizeDetector } from 'react-resize-detector';
|
||||
import { chartPropShape } from 'src/dashboard/util/propShapes';
|
||||
import ChartContainer from 'src/chart/ChartContainer';
|
||||
import ChartContainer from 'src/components/Chart/ChartContainer';
|
||||
import {
|
||||
getItem,
|
||||
setItem,
|
||||
|
||||
Reference in New Issue
Block a user