fix: fix I18n import error

This commit is contained in:
rickstaa
2022-10-13 10:50:32 +02:00
parent dea583d426
commit f7a2b2162b
+1 -1
View File
@@ -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 {