Skip to content

Commit

Permalink
fix: fix I18n import error
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Oct 13, 2022
1 parent dea583d commit f7a2b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/index.js
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit f7a2b21

Please sign in to comment.