mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
fix(imports): rewrite stale @apache-superset/core bare and api/core imports to correct subpaths
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user