chore: apply biome

This commit is contained in:
Sirz Benjie 2025-09-06 17:22:50 -05:00
parent 0281751fa8
commit ec34c975bb
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -19,7 +19,6 @@ import { UiMode } from "#enums/ui-mode";
import type { PlayerPokemon } from "#field/pokemon";
import type { MoveTargetSet } from "#moves/move";
import { getMoveTargets } from "#moves/move-utils";
import type { PokemonMove } from "#moves/pokemon-move";
import { FieldPhase } from "#phases/field-phase";
import type { TurnMove } from "#types/turn-move";
import i18next from "i18next";