Fix import paths for litegraph files

This commit is contained in:
Benjamin Lu
2025-08-04 03:36:05 -04:00
parent a674b99009
commit fc287a830c
98 changed files with 429 additions and 429 deletions

View File

@@ -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.