fix build, rename GameStartingModal.ts

This commit is contained in:
Evan
2025-04-03 16:16:23 -07:00
parent 10c411b1ee
commit 2fd7bbaddf
+1 -1
View File
@@ -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 {