From f7a2b2162b62ccc77aae78d1405b58953ddc72ec Mon Sep 17 00:00:00 2001 From: rickstaa Date: Thu, 13 Oct 2022 10:50:32 +0200 Subject: [PATCH] fix: fix I18n import error --- src/common/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/index.js b/src/common/index.js index 44a8db5..2e7e9cb 100644 --- a/src/common/index.js +++ b/src/common/index.js @@ -1,7 +1,7 @@ export { blacklist } from "./blacklist.js"; export { Card } from "./Card.js"; export { createProgressNode } from "./createProgressNode.js"; -export { i18n } from "./i18n.js"; +export { I18n } from "./I18n.js"; export { icons } from "./icons.js"; export { retryer } from "./retryer.js"; export {