[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-01-21 19:01:16 +00:00
parent ce3985fb11
commit 2381cb9810

View File

@@ -9,8 +9,8 @@ import { createI18n } from 'vue-i18n'
// Import after mocks
import ColorPickerButton from '@/components/graph/selectionToolbox/ColorPickerButton.vue'
import type { Positionable } from '@/lib/litegraph/src/interfaces'
import { useWorkflowStore } from '@/platform/workflow/management/stores/workflowStore';
import type { LoadedComfyWorkflow } from '@/platform/workflow/management/stores/workflowStore';
import { useWorkflowStore } from '@/platform/workflow/management/stores/workflowStore'
import type { LoadedComfyWorkflow } from '@/platform/workflow/management/stores/workflowStore'
import { useCanvasStore } from '@/renderer/core/canvas/canvasStore'
// Mock the litegraph module