1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Fix small type issue

This commit is contained in:
Thomas B 2022-12-28 19:33:32 +01:00
parent bd6d7203aa
commit e9c86564ce

View File

@ -14,6 +14,11 @@ import { THEME } from "../../theme";
import { enumHubGoalRewards } from "../../tutorial_goals";
import { BaseHUDPart } from "../base_hud_part";
/* typehints:start */
// @ts-ignore
import { Component } from "../../component";
/* typehints:end */
const logger = createLogger("hud/mass_selector");
export class HUDMassSelector extends BaseHUDPart {