refactor(components): migrate shared components to core-ui and remove unused ones

This commit is contained in:
jialin
2026-06-24 14:02:41 +08:00
committed by jialin
parent 28976dea4b
commit ee42a9d0ed
29 changed files with 13 additions and 1639 deletions
+1 -1
View File
@@ -3,6 +3,7 @@ import { PageActionType } from '@/config/types';
import useSubmitLock from '@/hooks/use-submit-lock';
import {
AlertBlockInfo,
ColumnWrapper,
GSDrawer,
IconFont,
ModalFooter,
@@ -13,7 +14,6 @@ import { Tabs } from 'antd';
import _ from 'lodash';
import React, { useEffect, useId, useMemo, useRef, useState } from 'react';
import styled from 'styled-components';
import ColumnWrapper from '../../_components/column-wrapper';
import {
BackendSourceValueMap,
builtInBackendFields,