From ca05b94dbe2737d145636563f454b660cac93891 Mon Sep 17 00:00:00 2001 From: Dean Date: Wed, 12 Mar 2025 13:48:18 -0700 Subject: [PATCH] Update import --- src/phases/post-summon-phase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases/post-summon-phase.ts b/src/phases/post-summon-phase.ts index 7d830c99ae3..f648ea313d3 100644 --- a/src/phases/post-summon-phase.ts +++ b/src/phases/post-summon-phase.ts @@ -7,7 +7,7 @@ import { PokemonPhase } from "./pokemon-phase"; import { MysteryEncounterPostSummonTag } from "#app/data/battler-tags"; import { BattlerTagType } from "#enums/battler-tag-type"; import { Stat } from "#enums/stat"; -import { PostSummonActivateAbilityPhase } from "#app/phases/priority-ability-activation-phase"; +import { PostSummonActivateAbilityPhase } from "#app/phases/post-summon-activate-ability-phase"; export class PostSummonPhase extends PokemonPhase { /** Represents whether or not this phase has already been placed in the correct (speed) order */