Fix a linter warning

This commit is contained in:
Pyrex 2025-02-23 19:58:38 -08:00
parent 770ff68a62
commit 02d32266e9

View File

@ -1,6 +1,6 @@
import { Color } from "./engine/datatypes.ts";
import { Stat } from "./datatypes.ts";
import { getHuntMode, maybeGetHuntMode } from "./huntmode.ts";
import { maybeGetHuntMode } from "./huntmode.ts";
import { getEndgameModal } from "./endgamemodal.ts";
import { getVNModal } from "./vnmodal.ts";