mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-25 01:04:06 +00:00
Split LGraphNode out to TS file
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// @ts-nocheck
|
||||
import { LiteGraph, LGraphCanvas, LGraphGroup, LGraphNode } from "./litegraph";
|
||||
import { LiteGraph, LGraphCanvas, LGraphGroup } from "./litegraph";
|
||||
import { LGraphNode } from "./LGraphNode";
|
||||
import { LLink } from "./LLink";
|
||||
|
||||
//*********************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user