Restore pokemon as a type-only import in moves.ts
This commit is contained in:
parent
df6a531fce
commit
82cb1d4e5e
|
@ -13,7 +13,7 @@ import {
|
|||
} from "../battler-tags";
|
||||
import { getPokemonNameWithAffix } from "../../messages";
|
||||
import type { AttackMoveResult, TurnMove } from "../../field/pokemon";
|
||||
import Pokemon from "../../field/pokemon";
|
||||
import type Pokemon from "../../field/pokemon";
|
||||
import {
|
||||
EnemyPokemon,
|
||||
FieldPosition,
|
||||
|
|
Loading…
Reference in New Issue