fix(imports): rewrite stale @apache-superset/core bare and api/core imports to correct subpaths

This commit is contained in:
Evan Rusackas
2026-04-17 11:35:35 -07:00
parent 8963498813
commit 83b0b0fde2
24 changed files with 26 additions and 27 deletions

View File

@@ -34,7 +34,7 @@ import {
VizType,
type QueryFormColumn,
} from '@superset-ui/core';
import { t } from '@apache-superset/core';
import { t } from '@apache-superset/core/translation';
import { styled, useTheme } from '@apache-superset/core/theme';
import SelectControl from 'src/explore/components/controls/SelectControl';
import TextControl from 'src/explore/components/controls/TextControl';