Remove `.js` from import

This commit is contained in:
NightKev 2024-08-25 11:08:15 -07:00 committed by TaylorLeLievre
parent a4bff58a99
commit 1fc34d862f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import BattleScene from "#app/battle-scene";
import { applyPreSwitchOutAbAttrs, PreSwitchOutAbAttr } from "#app/data/ability.js";
import { applyPreSwitchOutAbAttrs, PreSwitchOutAbAttr } from "#app/data/ability";
import { SpeciesFormChangeActiveTrigger } from "#app/data/pokemon-forms";
import { SwitchSummonPhase } from "./switch-summon-phase";