File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/components/Wizards/CreateManagedControlPlane Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11import { useEffect , useState } from 'react' ;
22import { ManagedControlPlaneTemplate } from '../../../lib/api/types/templates/mcpTemplate.ts' ;
3- import { ComponentsListItem } from '../../../lib/api/types/crate/createManagedControlPlane.ts' ;
3+ import { ComponentsListItem , removeComponents } from '../../../lib/api/types/crate/createManagedControlPlane.ts' ;
44import { useApiResource } from '../../../lib/api/useApiResource.ts' ;
55import { ListManagedComponents } from '../../../lib/api/types/crate/listManagedComponents.ts' ;
66import { sortVersions } from '../../../utils/componentsVersions.ts' ;
7- import { removeComponents } from '../../../lib/api/types/crate/createManagedControlPlane.ts' ;
87
98export type ComponentsHookResult = {
109 isLoading : boolean ;
You can’t perform that action at this time.
0 commit comments