mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-23 06:53:02 +00:00
fix build, rename GameStartingModal.ts
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { LitElement, css, html } from "lit";
|
import { LitElement, css, html } from "lit";
|
||||||
import { customElement, state } from "lit/decorators.js";
|
import { customElement, state } from "lit/decorators.js";
|
||||||
import { translateText } from "../client/Utils";
|
import { translateText } from "./Utils";
|
||||||
|
|
||||||
@customElement("game-starting-modal")
|
@customElement("game-starting-modal")
|
||||||
export class GameStartingModal extends LitElement {
|
export class GameStartingModal extends LitElement {
|
||||||
|
|||||||
Reference in New Issue
Block a user