mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore: Reference GenericDataType from @apache-superset/core (#35214)
This commit is contained in:
committed by
GitHub
parent
4027bad1d6
commit
78faaee685
@@ -20,13 +20,13 @@ import {
|
||||
ChartProps,
|
||||
DataRecord,
|
||||
extractTimegrain,
|
||||
GenericDataType,
|
||||
getTimeFormatter,
|
||||
getTimeFormatterForGranularity,
|
||||
QueryFormData,
|
||||
SMART_DATE_ID,
|
||||
TimeFormats,
|
||||
} from '@superset-ui/core';
|
||||
import { GenericDataType } from '@apache-superset/core/api/core';
|
||||
import { getColorFormatters } from '@superset-ui/chart-controls';
|
||||
import { DateFormatter } from '../types';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user