Fix biomes.ts again wtf

This commit is contained in:
AJ Fontaine 2024-09-29 19:36:17 -04:00
parent 90f6b31f84
commit 1654b0701d

View File

@ -1,6 +1,6 @@
import { Type } from "./type";
import * as Utils from "../utils";
import { pokemonEvolutions, SpeciesFormEvolution } from "./balance/pokemon-evolutions";
import { Type } from "../type";
import * as Utils from "../../utils";
import { pokemonEvolutions, SpeciesFormEvolution } from "./pokemon-evolutions";
import i18next from "i18next";
import { Biome } from "#enums/biome";
import { Species } from "#enums/species";