mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 15:10:06 +00:00
Use '@' path mapping (#94)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { ComfyWorkflowJSON } from "types/comfyWorkflow";
|
||||
import { ComfyWorkflowJSON } from "@/types/comfyWorkflow";
|
||||
import {
|
||||
HistoryTaskItem,
|
||||
PendingTaskItem,
|
||||
RunningTaskItem,
|
||||
ComfyNodeDef,
|
||||
} from "/types/apiTypes";
|
||||
} from "@/types/apiTypes";
|
||||
|
||||
interface QueuePromptRequestBody {
|
||||
client_id: string;
|
||||
|
||||
Reference in New Issue
Block a user