Skip to content

Commit

Permalink
fix: remove await - Top-level await is not available in the configure…
Browse files Browse the repository at this point in the history
…d target environment
  • Loading branch information
Sean Scully committed Feb 6, 2024
1 parent fde0ce6 commit 37f4c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend-design-poc/src/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ const i18nInitConfig = {
},
};

await i18n.use(ICU).use(initReactI18next).init(i18nInitConfig);
i18n.use(ICU).use(initReactI18next).init(i18nInitConfig);

0 comments on commit 37f4c35

Please sign in to comment.