fix(imports): rewrite stale @apache-superset/core bare and api/core imports to correct subpaths

This commit is contained in:
Evan Rusackas
2026-04-17 11:35:13 -07:00
parent d2122014a1
commit d905b594fb
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
*/
import { useState, useEffect, useCallback, useRef, ReactNode } from 'react';
import { t } from '@apache-superset/core';
import { t } from '@apache-superset/core/translation';
import {
SupersetClient,
Method,

View File

@@ -18,7 +18,7 @@
*/
import { action } from '@storybook/addon-actions';
import { SuperChart, getChartTransformPropsRegistry } from '@superset-ui/core';
import { GenericDataType } from '@apache-superset/core/api/core';
import { GenericDataType } from '@apache-superset/core/common';
import { supersetTheme } from '@apache-superset/core/theme';
import RangeFilterPlugin from './index';
import transformProps from './transformProps';