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 {