fix: only export setLanguage for shared-component build (#31053)

This commit is contained in:
Florian Duros
2025-10-21 15:08:13 +02:00
committed by GitHub
parent b1fdf03236
commit 55a7bc5b13

View File

@@ -21,7 +21,7 @@ export * from "./utils/Box";
export * from "./utils/Flex";
// Utils
export * from "./utils/i18n";
export { setLanguage } from "./utils/i18n";
export * from "./utils/humanize";
export * from "./utils/DateUtils";
export * from "./utils/numbers";