[CodeHealth] Remove remaining uses of global app var (#3868)

This commit is contained in:
filtered
2025-05-14 02:01:02 +10:00
committed by GitHub
parent a17fb04f83
commit 58906fa821
7 changed files with 19 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ import type {
NodeId
} from '@/schemas/comfyWorkflowSchema'
import { api } from '@/scripts/api'
import { app } from '@/scripts/app'
import { ComfyWorkflow } from './workflowStore'