mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-02 12:11:58 +00:00
Fix import paths for litegraph files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { beforeEach, describe, expect } from "vitest"
|
||||
|
||||
import { LGraphNode, LiteGraph } from "@/litegraph"
|
||||
import { LGraphNode, LiteGraph } from "@/lib/litegraph/src/litegraph"
|
||||
|
||||
import { test } from "./testExtensions"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user