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