diff --git a/src/@types/battler-tags.ts b/src/@types/battler-tags.ts index 8e34108958e..e47b4f8cfc1 100644 --- a/src/@types/battler-tags.ts +++ b/src/@types/battler-tags.ts @@ -1,7 +1,7 @@ // biome-ignore-start lint/correctness/noUnusedImports: Used in a TSDoc comment import type { AbilityBattlerTag, BattlerTagTypeMap, SerializableBattlerTag, TypeBoostTag } from "#data/battler-tags"; import type { AbilityId } from "#enums/ability-id"; -import type { SessionSaveData } from "#system/game-data"; +import type { SessionSaveData } from "#types/save-data"; // biome-ignore-end lint/correctness/noUnusedImports: Used in a TSDoc comment import type { BattlerTagType } from "#enums/battler-tag-type";