chore: Moves Chart to the components folder (#19029)

This commit is contained in:
Michael S. Molina
2022-03-08 08:57:29 -03:00
committed by GitHub
parent 2cc5678dfc
commit 04a36d5c92
29 changed files with 31 additions and 27 deletions

View File

@@ -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,