Remove stray excess import

This commit is contained in:
Sirz Benjie 2025-03-29 20:55:14 -05:00
parent 64b4f2f008
commit d6de20fc65
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ import { PokemonPhase } from "./pokemon-phase";
import { Stat, type BattleStat, getStatKey, getStatStageChangeDescriptionKey } from "#enums/stat";
import { OctolockTag } from "#app/data/battler-tags";
import { ArenaTagType } from "#app/enums/arena-tag-type";
import { pokemonFormChanges } from "#app/data/pokemon-forms";
export type StatStageChangeCallback = (
target: Pokemon | null,