mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-03 00:28:07 +00:00
format code with prettier
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
import { renderNumber } from "../../client/Utils";
|
||||
import { Config } from "../configuration/Config";
|
||||
import {
|
||||
Execution,
|
||||
Game,
|
||||
MessageType,
|
||||
Player,
|
||||
UnitType,
|
||||
} from "../game/Game";
|
||||
import { Execution, Game, MessageType, Player, UnitType } from "../game/Game";
|
||||
import { GameImpl } from "../game/GameImpl";
|
||||
import { TileRef } from "../game/GameMap";
|
||||
import { calculateBoundingBox, getMode, inscribed, simpleHash } from "../Util";
|
||||
|
||||
Reference in New Issue
Block a user