We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71621e3 commit 3aebda9Copy full SHA for 3aebda9
packages/superset-ui-plugins-demo/storybook/stories/preset-chart-xy/BoxPlot/data.js renamed to packages/superset-ui-plugins-demo/storybook/stories/preset-chart-xy/BoxPlot/data.ts
packages/superset-ui-plugins-demo/storybook/stories/preset-chart-xy/BoxPlot/index.js renamed to packages/superset-ui-plugins-demo/storybook/stories/preset-chart-xy/BoxPlot/index.ts
@@ -1,5 +1,5 @@
1
-import { BoxPlotChartPlugin as LegacyBoxPlotChartPlugin } from '../../../../../superset-ui-preset-chart-xy/src/legacy';
2
-import { BoxPlotChartPlugin } from '../../../../../superset-ui-preset-chart-xy/src';
+import { BoxPlotChartPlugin as LegacyBoxPlotChartPlugin } from '../../../../../superset-ui-preset-chart-xy/esm/legacy';
+import { BoxPlotChartPlugin } from '../../../../../superset-ui-preset-chart-xy';
3
import Stories from './stories/Basic';
4
import LegacyStories from './stories/Legacy';
5
import { BOX_PLOT_PLUGIN_LEGACY_TYPE, BOX_PLOT_PLUGIN_TYPE } from './constants';
0 commit comments