mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-03 12:42:01 +00:00
Fix import paths for litegraph files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { describe, expect, it, vi } from "vitest"
|
||||
|
||||
import { LGraph, LGraphNode } from "@/litegraph"
|
||||
import { ExecutableNodeDTO } from "@/subgraph/ExecutableNodeDTO"
|
||||
import { LGraph, LGraphNode } from "@/lib/litegraph/src/litegraph"
|
||||
import { ExecutableNodeDTO } from "@/lib/litegraph/src/subgraph/ExecutableNodeDTO"
|
||||
|
||||
import {
|
||||
createNestedSubgraphs,
|
||||
|
||||
Reference in New Issue
Block a user