Skip to content

Commit

Permalink
Adjust Import
Browse files Browse the repository at this point in the history
  • Loading branch information
xsn34kzx committed Jul 9, 2024
1 parent c278061 commit d80c617
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import { PokeballCounts } from "./battle-scene";
import { PokeballType } from "./data/pokeball";
import { Gender } from "./data/gender";
import { StatusEffect } from "./data/status-effect";
import { ModifierOverride } from "./modifier/modifier-type";
import { type ModifierOverride } from "#app/modifier/modifier-type";
import { VariantTier } from "./enums/variant-tiers";
import { EggTier } from "#enums/egg-type";
import { allSpecies } from "./data/pokemon-species"; // eslint-disable-line @typescript-eslint/no-unused-vars
import { Abilities } from "#enums/abilities";
import { Biome } from "#enums/biome";
Expand Down

0 comments on commit d80c617

Please sign in to comment.