fix(imports): rewrite stale @apache-superset/core/ui to current subpaths

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-04-17 10:56:03 -07:00
parent 8a0945f4fb
commit d2122014a1
40 changed files with 41 additions and 41 deletions

View File

@@ -18,7 +18,7 @@
*/
import { SuperChart, getChartTransformPropsRegistry } from '@superset-ui/core';
import { supersetTheme } from '@apache-superset/core/ui';
import { supersetTheme } from '@apache-superset/core/theme';
import { HandlebarsChartPlugin } from '@superset-ui/plugin-chart-handlebars';
import { kpiData, leaderboardData, timelineData } from './data';
import { withResizableChartDemo } from '@storybook-shared';