From 16ebfd6171d84cba82e4b2c02c4bd2933a040473 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Fri, 25 Oct 2024 08:32:12 -0400 Subject: [PATCH] Fix import of NodeReference in ComfyPage (#1306) --- browser_tests/fixtures/ComfyPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_tests/fixtures/ComfyPage.ts b/browser_tests/fixtures/ComfyPage.ts index c18dfb9c6..cf00722e4 100644 --- a/browser_tests/fixtures/ComfyPage.ts +++ b/browser_tests/fixtures/ComfyPage.ts @@ -15,7 +15,7 @@ import { WorkflowsSidebarTab } from './components/SidebarTab' import { Topbar } from './components/Topbar' -import type { NodeReference } from './utils/litegraphUtils' +import { NodeReference } from './utils/litegraphUtils' import type { Position, Size } from './types' class ComfyMenu {