mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-10 10:22:18 +02:00
fix import
This commit is contained in:
parent
ba6fdc074f
commit
9222a86f8f
@ -19,7 +19,7 @@ import { VoucherType } from '../system/voucher';
|
||||
import { FormChangeItem, SpeciesFormChangeItemTrigger } from '../data/pokemon-forms';
|
||||
import { Nature } from '#app/data/nature';
|
||||
import { BattlerTagType } from '#app/data/enums/battler-tag-type';
|
||||
import { STARTING_HELD_ITEMS_OVERRIDE } from "./overrides";
|
||||
import { STARTING_HELD_ITEMS_OVERRIDE } from "../overrides";
|
||||
import { modifierTypes } from "./modifier-type";
|
||||
|
||||
type ModifierType = ModifierTypes.ModifierType;
|
||||
|
Loading…
Reference in New Issue
Block a user