mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 10:00:08 +00:00
Use '@' path mapping (#94)
This commit is contained in:
@@ -14,12 +14,12 @@ import { addDomClippingSetting } from "./domWidget";
|
||||
import { createImageHost, calculateImageGrid } from "./ui/imagePreview";
|
||||
import { DraggableList } from "./ui/draggableList";
|
||||
import { applyTextReplacements, addStylesheet } from "./utils";
|
||||
import type { ComfyExtension } from "/types/comfy";
|
||||
import type { ComfyExtension } from "@/types/comfy";
|
||||
import {
|
||||
type ComfyWorkflowJSON,
|
||||
parseComfyWorkflow,
|
||||
} from "../types/comfyWorkflow";
|
||||
import { ComfyNodeDef } from "/types/apiTypes";
|
||||
import { ComfyNodeDef } from "@/types/apiTypes";
|
||||
import { ComfyAppMenu } from "./ui/menu/index";
|
||||
import { getStorageValue } from "./utils";
|
||||
import { ComfyWorkflowManager, ComfyWorkflow } from "./workflows";
|
||||
|
||||
Reference in New Issue
Block a user