mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 06:19:58 +00:00
[Test] Fix auto-format file breaks module (#1089)
This commit is contained in:
@@ -2,18 +2,18 @@ import type { RenderLink } from "./RenderLink"
|
||||
import type { LinkConnectorEventMap } from "@/infrastructure/LinkConnectorEventMap"
|
||||
import type { ConnectingLink, ItemLocator, LinkNetwork, LinkSegment } from "@/interfaces"
|
||||
import type { INodeInputSlot, INodeOutputSlot } from "@/interfaces"
|
||||
import type { LGraphNode } from "@/LGraphNode"
|
||||
import type { Reroute } from "@/Reroute"
|
||||
import type { SubgraphInput } from "@/subgraph/SubgraphInput"
|
||||
import type { SubgraphOutput } from "@/subgraph/SubgraphOutput"
|
||||
import type { CanvasPointerEvent } from "@/types/events"
|
||||
import type { IBaseWidget } from "@/types/widgets"
|
||||
|
||||
import { SUBGRAPH_INPUT_ID, SUBGRAPH_OUTPUT_ID } from "@/constants"
|
||||
import { CustomEventTarget } from "@/infrastructure/CustomEventTarget"
|
||||
import { LGraphNode } from "@/LGraphNode"
|
||||
import { LLink } from "@/LLink"
|
||||
import { Subgraph } from "@/subgraph/Subgraph"
|
||||
import { SubgraphInputNode } from "@/subgraph/SubgraphInputNode"
|
||||
import { SubgraphOutput } from "@/subgraph/SubgraphOutput"
|
||||
import { SubgraphOutputNode } from "@/subgraph/SubgraphOutputNode"
|
||||
import { LinkDirection } from "@/types/globalEnums"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user