mirror of
https://github.com/apache/superset.git
synced 2026-06-01 05:39:17 +00:00
chore(superset-core): move ui to new core (#35308)
This commit is contained in:
committed by
GitHub
parent
728bc2c632
commit
9546ee37e5
@@ -32,11 +32,10 @@ import {
|
||||
getChartMetadataRegistry,
|
||||
validateNonEmpty,
|
||||
isValidExpression,
|
||||
styled,
|
||||
getColumnLabel,
|
||||
withTheme,
|
||||
VizType,
|
||||
} from '@superset-ui/core';
|
||||
import { styled, withTheme } from '@apache-superset/core/ui';
|
||||
import SelectControl from 'src/explore/components/controls/SelectControl';
|
||||
import TextControl from 'src/explore/components/controls/TextControl';
|
||||
import CheckboxControl from 'src/explore/components/controls/CheckboxControl';
|
||||
|
||||
@@ -23,10 +23,9 @@ import {
|
||||
JsonObject,
|
||||
Payload,
|
||||
QueryFormData,
|
||||
SupersetTheme,
|
||||
t,
|
||||
withTheme,
|
||||
} from '@superset-ui/core';
|
||||
import { SupersetTheme, withTheme } from '@apache-superset/core/ui';
|
||||
import {
|
||||
AsyncEsmComponent,
|
||||
List,
|
||||
|
||||
Reference in New Issue
Block a user