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
@@ -17,7 +17,8 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
import { styled, t } from '@superset-ui/core';
|
||||
import { t } from '@superset-ui/core';
|
||||
import { styled } from '@apache-superset/core/ui';
|
||||
import { ContourOptionProps } from './types';
|
||||
import ContourPopoverTrigger from './ContourPopoverTrigger';
|
||||
import OptionWrapper from '../DndColumnSelectControl/OptionWrapper';
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
import { useState, useEffect } from 'react';
|
||||
import { Button, Row, Col } from '@superset-ui/core/components';
|
||||
import Tabs from '@superset-ui/core/components/Tabs';
|
||||
import { legacyValidateInteger, styled, t } from '@superset-ui/core';
|
||||
import { legacyValidateInteger, t } from '@superset-ui/core';
|
||||
import { styled } from '@apache-superset/core/ui';
|
||||
import ControlHeader from '../../ControlHeader';
|
||||
import TextControl from '../TextControl';
|
||||
import ColorPickerControl from '../ColorPickerControl';
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
*/
|
||||
|
||||
import { useState, useEffect } from 'react';
|
||||
import { styled, t } from '@superset-ui/core';
|
||||
import { t } from '@superset-ui/core';
|
||||
import { styled } from '@apache-superset/core/ui';
|
||||
import DndSelectLabel from 'src/explore/components/controls/DndColumnSelectControl/DndSelectLabel';
|
||||
import ContourPopoverTrigger from './ContourPopoverTrigger';
|
||||
import ContourOption from './ContourOption';
|
||||
|
||||
Reference in New Issue
Block a user