mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-09 20:12:53 +00:00
Clean
This commit is contained in:
parent
cf62f3634b
commit
6435a84da2
@ -4,9 +4,7 @@ import { Link } from "../../models/link";
|
|||||||
import { NodesWidget } from "./nodes";
|
import { NodesWidget } from "./nodes";
|
||||||
import { Widget } from "./widget";
|
import { Widget } from "./widget";
|
||||||
import { SVGSelection } from "../models/types";
|
import { SVGSelection } from "../models/types";
|
||||||
import { LinksWidget } from "./links";
|
|
||||||
import { Drawing } from "../models/drawing";
|
import { Drawing } from "../models/drawing";
|
||||||
import { DrawingsWidget } from "./drawings";
|
|
||||||
import { DrawingLineWidget } from "./drawing-line";
|
import { DrawingLineWidget } from "./drawing-line";
|
||||||
import { SelectionTool } from "../tools/selection-tool";
|
import { SelectionTool } from "../tools/selection-tool";
|
||||||
import { MovingTool } from "../tools/moving-tool";
|
import { MovingTool } from "../tools/moving-tool";
|
||||||
|
@ -11,7 +11,7 @@ import { LinkWidget } from "./link";
|
|||||||
export class LinksWidget implements Widget {
|
export class LinksWidget implements Widget {
|
||||||
constructor(
|
constructor(
|
||||||
private multiLinkCalculatorHelper: MultiLinkCalculatorHelper,
|
private multiLinkCalculatorHelper: MultiLinkCalculatorHelper,
|
||||||
private linkWidget: LinkWidget
|
private linkWidget: LinkWidget,
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user