missing import

This commit is contained in:
frutescens 2024-08-18 20:12:21 -07:00
parent cd028f8bd5
commit 957fe5b5c6

View File

@ -1,4 +1,5 @@
import { BattlePhase } from "./battle-phase";
import Pokemon from "#app/field/pokemon";
type PokemonFunc = (pokemon: Pokemon) => void;