mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-26 17:30:07 +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 { ToOutputRenderLink } from "@/canvas/ToOutputRenderLink"
|
||||
import { LinkDirection } from "@/types/globalEnums"
|
||||
import { ToOutputRenderLink } from "@/lib/litegraph/src/canvas/ToOutputRenderLink"
|
||||
import { LinkDirection } from "@/lib/litegraph/src/types/globalEnums"
|
||||
|
||||
describe("ToOutputRenderLink", () => {
|
||||
describe("connectToOutput", () => {
|
||||
|
||||
Reference in New Issue
Block a user