Remove .js for importing modifier-tier

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Eucalyptus 2024-08-26 16:59:29 -04:00 committed by GitHub
parent 8a0b78a67f
commit b37e1f4f55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ import { StatChangePhase } from "#app/phases/stat-change-phase";
import { SwitchPhase } from "#app/phases/switch-phase";
import { SwitchSummonPhase } from "#app/phases/switch-summon-phase";
import { SpeciesFormChangeRevertWeatherFormTrigger } from "./pokemon-forms";
import { ModifierTier } from "#app/modifier/modifier-tier.js";
import { ModifierTier } from "#app/modifier/modifier-tier";
export enum MoveCategory {
PHYSICAL,