Fix utils import

This commit is contained in:
Madmadness65 2025-04-19 10:31:26 -05:00 committed by Sirz Benjie
parent 6d487b4a9d
commit bc6c3b605d
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vite
import { TYPE_BOOST_ITEM_BOOST_PERCENT } from "#app/constants";
import { allAbilities } from "#app/data/data-lists";
import { MoveTypeChangeAbAttr } from "#app/data/abilities/ability";
import { toDmgValue } from "#app/utils";
import { toDmgValue } from "#app/utils/common";
/**
* Tests for abilities that change the type of normal moves to