mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 12:36:29 +00:00
chore: format code with prettier
This commit is contained in:
@@ -9,7 +9,10 @@ import {
|
||||
import { GameUpdateType } from "../../../core/game/GameUpdates";
|
||||
import { GameView } from "../../../core/game/GameView";
|
||||
import { crazyGamesSDK } from "../../CrazyGamesSDK";
|
||||
import { PauseGameIntentEvent, SendSurrenderIntentEvent } from "../../Transport";
|
||||
import {
|
||||
PauseGameIntentEvent,
|
||||
SendSurrenderIntentEvent,
|
||||
} from "../../Transport";
|
||||
import { translateText } from "../../Utils";
|
||||
import { Layer } from "./Layer";
|
||||
import { ShowReplayPanelEvent } from "./ReplayPanel";
|
||||
@@ -240,4 +243,3 @@ export class GameRightSidebar extends LitElement implements Layer {
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user