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 {