diff --git a/core/core-frontend/src/custom-component/component-list.ts b/core/core-frontend/src/custom-component/component-list.ts index 4c77729b4f..5186462952 100644 --- a/core/core-frontend/src/custom-component/component-list.ts +++ b/core/core-frontend/src/custom-component/component-list.ts @@ -3,10 +3,8 @@ import { deepCopy } from '@/utils/utils' import { guid } from '@/views/visualized/data/dataset/form/util' import { getViewConfig } from '@/views/chart/components/editor/util/chart' import { useI18n } from '@/hooks/web/useI18n' -import { - CommonBackground, - ShorthandMode -} from '@/components/visualization/component-background/Types' +import { CommonBackground } from '@/components/visualization/component-background/Types' +import { ShorthandMode } from '@/Types' const { t } = useI18n() export const commonStyle = {