Add missing TSDoc import in to-have-taken-damage.ts

This commit is contained in:
NightKev 2025-08-02 15:23:50 -07:00
parent 6f9bc79c1e
commit b6886dc0af

View File

@ -1,3 +1,7 @@
/** biome-ignore-start lint/correctness/noUnusedImports: TSDoc imports */
import type { Pokemon } from "#field/pokemon";
/** biome-ignore-end lint/correctness/noUnusedImports: TSDoc imports */
import { getPokemonNameWithAffix } from "#app/messages";
import { isPokemonInstance, receivedStr } from "#test/test-utils/test-utils";
import { toDmgValue } from "#utils/common";