mirror of
https://github.com/apache/superset.git
synced 2026-07-26 16:42:32 +00:00
chore(superset-core): move ui to new core (#35308)
This commit is contained in:
committed by
GitHub
parent
728bc2c632
commit
9546ee37e5
@@ -31,7 +31,6 @@ import {
|
||||
Flex,
|
||||
} from '@superset-ui/core/components';
|
||||
import {
|
||||
styled,
|
||||
t,
|
||||
SupersetClient,
|
||||
JsonResponse,
|
||||
@@ -43,6 +42,7 @@ import {
|
||||
isFeatureEnabled,
|
||||
getClientErrorObject,
|
||||
} from '@superset-ui/core';
|
||||
import { styled } from '@apache-superset/core/ui';
|
||||
import { extendedDayjs as dayjs } from '@superset-ui/core/utils/dates';
|
||||
import { useSelector, useDispatch } from 'react-redux';
|
||||
import rison from 'rison';
|
||||
|
||||
Reference in New Issue
Block a user