mirror of
https://github.com/apache/superset.git
synced 2026-05-06 16:34:32 +00:00
fix(imports): rewrite stale @apache-superset/core/ui to current subpaths
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,7 @@ import {
|
||||
useEffect,
|
||||
} from 'react';
|
||||
import { safeHtmlSpan } from '@superset-ui/core';
|
||||
import { t } from '@apache-superset/core/ui';
|
||||
import { t } from '@apache-superset/core/translation';
|
||||
import PropTypes from 'prop-types';
|
||||
import {
|
||||
CaretUpOutlined,
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
import '@testing-library/jest-dom';
|
||||
import { render, screen } from '@testing-library/react';
|
||||
import { supersetTheme, ThemeProvider } from '@apache-superset/core/ui';
|
||||
import { supersetTheme, ThemeProvider } from '@apache-superset/core/theme';
|
||||
import { TableRenderer } from '../../src/react-pivottable/TableRenderers';
|
||||
import { aggregatorTemplates } from '../../src/react-pivottable/utilities';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user