mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 16:29:27 +02:00
Fix biomes.ts
This commit is contained in:
parent
a7a7a2d08f
commit
b8e08b7c28
@ -1,6 +1,6 @@
|
||||
import { Type } from "./type";
|
||||
import * as Utils from "../utils";
|
||||
import { pokemonEvolutions, SpeciesFormEvolution } from "./pokemon-evolutions";
|
||||
import { pokemonEvolutions, SpeciesFormEvolution } from "./balance/pokemon-evolutions";
|
||||
import i18next from "i18next";
|
||||
import { Biome } from "#enums/biome";
|
||||
import { Species } from "#enums/species";
|
||||
|
Loading…
Reference in New Issue
Block a user