mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-03 04:31:58 +00:00
Fix import paths for litegraph files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { ReadOnlyRect, ReadOnlySize, Size } from "@/interfaces"
|
||||
import type { ReadOnlyRect, ReadOnlySize, Size } from "@/lib/litegraph/src/interfaces"
|
||||
|
||||
import { clamp } from "@/litegraph"
|
||||
import { clamp } from "@/lib/litegraph/src/litegraph"
|
||||
|
||||
/**
|
||||
* Basic width and height, with min/max constraints.
|
||||
|
||||
Reference in New Issue
Block a user