modify wrong config path (ko) (#2895)

This commit is contained in:
Enoch 2024-07-08 00:36:58 +09:00 committed by GitHub
parent 6c97579e04
commit 40a31b118f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { pokemonForm } from "../es/pokemon-form";
import { pokemonForm } from "./pokemon-form";
import { ability } from "./ability";
import { abilityTriggers } from "./ability-trigger";
import { PGFachv, PGMachv } from "./achv";