mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-24 08:19:51 +00:00
Auto fix & format all files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CSSProperties, ref, watch } from 'vue'
|
||||
import { type CSSProperties, ref, watch } from 'vue'
|
||||
|
||||
import { useCanvasPositionConversion } from '@/composables/element/useCanvasPositionConversion'
|
||||
import type { Size, Vector2 } from '@/lib/litegraph/src/litegraph'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { CSSProperties, ref } from 'vue'
|
||||
import { type CSSProperties, ref } from 'vue'
|
||||
|
||||
interface Rect {
|
||||
x: number
|
||||
|
||||
Reference in New Issue
Block a user