mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(imports): rewrite stale @apache-superset/core bare and api/core imports to correct subpaths
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
import React, { useState, useCallback } from 'react';
|
||||
import { DatasourceType, SupersetClient, Datasource } from '@superset-ui/core';
|
||||
import { t } from '@apache-superset/core';
|
||||
import { t } from '@apache-superset/core/translation';
|
||||
import { css, styled, useTheme } from '@apache-superset/core/theme';
|
||||
import { getTemporalColumns } from '@superset-ui/chart-controls';
|
||||
import { getUrlParam } from 'src/utils/urlUtils';
|
||||
|
||||
Reference in New Issue
Block a user