mirror of
https://github.com/apache/superset.git
synced 2026-06-01 05:39:17 +00:00
refactor(core): reorganize superset-core packages into feature-based structure (#38448)
This commit is contained in:
committed by
GitHub
parent
5f0efd2be9
commit
357e35dc62
@@ -19,8 +19,8 @@
|
||||
import React, { Component } from 'react';
|
||||
import { IconTooltip, List } from '@superset-ui/core/components';
|
||||
import { nanoid } from 'nanoid';
|
||||
import { t } from '@apache-superset/core';
|
||||
import { withTheme, type SupersetTheme } from '@apache-superset/core/ui';
|
||||
import { t } from '@apache-superset/core/translation';
|
||||
import { withTheme, type SupersetTheme } from '@apache-superset/core/theme';
|
||||
import {
|
||||
SortableContainer,
|
||||
SortableHandle,
|
||||
|
||||
Reference in New Issue
Block a user