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

@@ -19,7 +19,7 @@
import memoizeOne from 'memoize-one';
import { DataRecord, SuperChart, VizType } from '@superset-ui/core';
import { supersetTheme } from '@apache-superset/core/ui';
import { supersetTheme } from '@apache-superset/core/theme';
import TableChartPlugin, {
TableChartProps,
} from '@superset-ui/plugin-chart-table';