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,8 +1,7 @@
import { PageActionType } from '@/config/types';
import useSubmitLock from '@/hooks/use-submit-lock';
import { ModalFooter } from '@gpustack/core-ui';
import { FormDrawer, ModalFooter } from '@gpustack/core-ui';
import { useRef } from 'react';
import FormDrawer from '../../../_components/form-drawer';
import { FormData, ListItem } from '../config/types';
import GPUServiceTemplateForm from '../forms';