Fix import of NodeReference in ComfyPage (#1306)

This commit is contained in:
Chenlei Hu
2024-10-25 08:32:12 -04:00
committed by GitHub
parent 59c999324e
commit 16ebfd6171

View File

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