[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-03-28 09:12:16 +00:00
parent d6799138b5
commit 7d6f59d1a7

View File

@@ -3,8 +3,8 @@ import type { Page } from '@playwright/test'
import type { ComfyWorkflowJSON } from '@/platform/workflow/validation/schemas/workflowSchema'
import { comfyPageFixture as test } from '../fixtures/ComfyPage';
import type { ComfyPage } from '../fixtures/ComfyPage';
import { comfyPageFixture as test } from '../fixtures/ComfyPage'
import type { ComfyPage } from '../fixtures/ComfyPage'
interface CanvasRect {
x: number