mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-23 00:04:06 +00:00
Use '@' path mapping (#94)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { app } from "../../scripts/app";
|
||||
import { $el } from "../../scripts/ui";
|
||||
import type { ColorPalettes } from "/types/colorPalette";
|
||||
import type { ColorPalettes } from "@/types/colorPalette";
|
||||
import { LGraphCanvas, LiteGraph } from "@comfyorg/litegraph";
|
||||
|
||||
// Manage color palettes
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import { app } from "../../scripts/app";
|
||||
import { api } from "../../scripts/api";
|
||||
import type { IWidget } from "@comfyorg/litegraph";
|
||||
import type { DOMWidget } from "/scripts/domWidget";
|
||||
import { ComfyNodeDef } from "/types/apiTypes";
|
||||
import type { DOMWidget } from "@/scripts/domWidget";
|
||||
import { ComfyNodeDef } from "@/types/apiTypes";
|
||||
|
||||
type FolderType = "input" | "output" | "temp";
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { app } from "../../scripts/app";
|
||||
import { ComfyNodeDef } from "/types/apiTypes";
|
||||
import { ComfyNodeDef } from "@/types/apiTypes";
|
||||
|
||||
// Adds an upload button to the nodes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user