From 4e80043ee6708c42fdc652cfdf93fd89249b2e47 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Sat, 18 May 2024 17:41:44 +0200 Subject: [PATCH] Update config.ts --- src/locales/it/config.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/locales/it/config.ts b/src/locales/it/config.ts index a9c80dc673d..8770e9cd067 100644 --- a/src/locales/it/config.ts +++ b/src/locales/it/config.ts @@ -20,6 +20,7 @@ import { tutorial } from "./tutorial"; import { weather } from "./weather"; import { battleMessageUiHandler } from "./battle-message-ui-handler"; import { berry } from "./berry"; +import { gameStatsUiHandler } from "./game-stats-ui-handler"; export const itConfig = { ability: ability, @@ -46,4 +47,5 @@ export const itConfig = { weather: weather, battleMessageUiHandler: battleMessageUiHandler, berry: berry, -} \ No newline at end of file + gameStatsUiHandler: gameStatsUiHandler, +}