mirror of
https://github.com/apache/superset.git
synced 2026-09-09 00:34:49 +00:00
chore(superset-core): move ui to new core (#35308)
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
*/
|
||||
import { useState, useEffect, useMemo, ChangeEvent } from 'react';
|
||||
import type { DatabaseObject } from 'src/features/databases/types';
|
||||
import { t, styled } from '@superset-ui/core';
|
||||
import { t } from '@superset-ui/core';
|
||||
import { styled } from '@apache-superset/core/ui';
|
||||
import {
|
||||
Input,
|
||||
Button,
|
||||
|
||||
Reference in New Issue
Block a user