diff --git a/src/colors.ts b/src/colors.ts index 48c34c4..4451dc2 100644 --- a/src/colors.ts +++ b/src/colors.ts @@ -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";