mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-04 13:12:10 +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 { Rectangle } from "@/infrastructure/Rectangle"
|
||||
import { LGraphButton } from "@/LGraphButton"
|
||||
import { Rectangle } from "@/lib/litegraph/src/infrastructure/Rectangle"
|
||||
import { LGraphButton } from "@/lib/litegraph/src/LGraphButton"
|
||||
|
||||
describe("LGraphButton", () => {
|
||||
describe("Constructor", () => {
|
||||
|
||||
Reference in New Issue
Block a user