Fix errors from rebase (removed Tag component import and duplicated imports in api.ts) (#4608)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Christian Byrne
2025-07-30 11:26:05 -07:00
committed by GitHub
parent c7520eac3e
commit bf9cf06de2
4 changed files with 99 additions and 15 deletions

View File

@@ -34,12 +34,8 @@ import type {
ComfyWorkflowJSON,
NodeId
} from '@/schemas/comfyWorkflowSchema'
import {
type ComfyNodeDef,
validateComfyNodeDef
} from '@/schemas/nodeDefSchema'
import { useToastStore } from '@/stores/toastStore'
import type { ComfyNodeDef } from '@/schemas/nodeDefSchema'
import { useToastStore } from '@/stores/toastStore'
import { WorkflowTemplates } from '@/types/workflowTemplateTypes'
interface QueuePromptRequestBody {