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:
Evan Rusackas
2026-04-17 10:56:17 -07:00
parent 922befa831
commit 3cd9b7233d
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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';