fixed test file for linter

This commit is contained in:
PrabbyDD 2024-09-10 21:24:49 -07:00
parent f048cbed4d
commit afc36e3859

View File

@ -1,4 +1,4 @@
import { Type } from "#app/data/type.js";
import { Type } from "#app/data/type";
import { BattlerTagType } from "#app/enums/battler-tag-type";
import { Moves } from "#app/enums/moves";
import { Species } from "#app/enums/species";