mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-14 19:39:29 +02:00
Add missing TSDoc import in to-have-status-effect.ts
This commit is contained in:
parent
6a5b71db20
commit
6f9bc79c1e
@ -1,4 +1,5 @@
|
||||
/* biome-ignore-start lint/correctness/noUnusedImports: tsdoc imports */
|
||||
import type { Status } from "#data/status-effect";
|
||||
import type { Pokemon } from "#field/pokemon";
|
||||
/* biome-ignore-end lint/correctness/noUnusedImports: tsdoc imports */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user