mirror of
https://github.com/apache/superset.git
synced 2026-05-10 10:25:51 +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:
@@ -21,7 +21,7 @@
|
||||
import React, { useState, useCallback } from 'react';
|
||||
import { DatasourceType, SupersetClient, Datasource } from '@superset-ui/core';
|
||||
import { t } from '@apache-superset/core';
|
||||
import { css, styled, useTheme } from '@apache-superset/core/ui';
|
||||
import { css, styled, useTheme } from '@apache-superset/core/theme';
|
||||
import { getTemporalColumns } from '@superset-ui/chart-controls';
|
||||
import { getUrlParam } from 'src/utils/urlUtils';
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user