Skip to content

Commit 3c6390b

Browse files
committed
Prettier
1 parent 19cd340 commit 3c6390b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/client/graphics/layers/BuildMenu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { LitElement, css, html } from "lit";
1+
import { css, html, LitElement } from "lit";
22
import { customElement, state } from "lit/decorators.js";
33
import { translateText } from "../../../client/Utils";
44
import { EventBus } from "../../../core/EventBus";

src/client/graphics/layers/StructureDrawingUtils.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import * as PIXI from "pixi.js";
22
import { Theme } from "../../../core/configuration/Config";
3-
import { Cell, PlayerBuildableUnitType, UnitType } from "../../../core/game/Game";
3+
import {
4+
Cell,
5+
PlayerBuildableUnitType,
6+
UnitType,
7+
} from "../../../core/game/Game";
48
import { GameView, PlayerView, UnitView } from "../../../core/game/GameView";
59
import { TransformHandler } from "../TransformHandler";
610
import anchorIcon from "/images/AnchorIcon.png?url";

0 commit comments

Comments
 (0)