mirror of
https://github.com/apache/superset.git
synced 2026-05-09 18:05:52 +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:
@@ -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