Removed import

This commit is contained in:
frutescens 2024-08-18 19:59:17 -07:00
parent ce4ec533ac
commit 7f2c249aa9

View File

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