mirror of
https://github.com/apache/superset.git
synced 2026-05-09 09:55:19 +00:00
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:
@@ -35,7 +35,7 @@ import {
|
||||
type QueryFormColumn,
|
||||
} from '@superset-ui/core';
|
||||
import { t } from '@apache-superset/core';
|
||||
import { styled, useTheme } from '@apache-superset/core/ui';
|
||||
import { styled, useTheme } from '@apache-superset/core/theme';
|
||||
import SelectControl from 'src/explore/components/controls/SelectControl';
|
||||
import TextControl from 'src/explore/components/controls/TextControl';
|
||||
import CheckboxControl from 'src/explore/components/controls/CheckboxControl';
|
||||
|
||||
Reference in New Issue
Block a user