Add missed file import to Korean config.ts

This commit is contained in:
Mr.WaterT 2024-05-12 18:48:04 +09:00
parent 82879f323a
commit e76d5a8536
1 changed files with 2 additions and 0 deletions

View File

@ -2,9 +2,11 @@ import { ability } from "./ability";
import { battle } from "./battle";
import { commandUiHandler } from "./command-ui-handler";
import { fightUiHandler } from "./fight-ui-handler";
import { growth } from "./growth";
import { menu } from "./menu";
import { menuUiHandler } from "./menu-ui-handler";
import { move } from "./move";
import { nature } from "./nature";
import { pokeball } from "./pokeball";
import { pokemon } from "./pokemon";
import { pokemonStat } from "./pokemon-stat";