mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
chore(superset-core): move ui to new core (#35308)
This commit is contained in:
committed by
GitHub
parent
728bc2c632
commit
9546ee37e5
@@ -21,7 +21,8 @@ import { FunctionComponent, useState, useRef, ChangeEvent } from 'react';
|
||||
import SchemaForm, { FormProps } from '@rjsf/core';
|
||||
import { FormValidation } from '@rjsf/utils';
|
||||
import validator from '@rjsf/validator-ajv8';
|
||||
import { t, styled } from '@superset-ui/core';
|
||||
import { t } from '@superset-ui/core';
|
||||
import { styled } from '@apache-superset/core/ui';
|
||||
import { parseDate } from 'chrono-node';
|
||||
import {
|
||||
ModalTrigger,
|
||||
|
||||
Reference in New Issue
Block a user