Skip to content

Commit

Permalink
Fix import of NodeReference in ComfyPage (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Oct 25, 2024
1 parent 59c9993 commit 16ebfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser_tests/fixtures/ComfyPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 16ebfd6

Please sign in to comment.