fix: only export setLanguage for shared-component build (#31053)
This commit is contained in:
@@ -21,7 +21,7 @@ export * from "./utils/Box";
|
|||||||
export * from "./utils/Flex";
|
export * from "./utils/Flex";
|
||||||
|
|
||||||
// Utils
|
// Utils
|
||||||
export * from "./utils/i18n";
|
export { setLanguage } from "./utils/i18n";
|
||||||
export * from "./utils/humanize";
|
export * from "./utils/humanize";
|
||||||
export * from "./utils/DateUtils";
|
export * from "./utils/DateUtils";
|
||||||
export * from "./utils/numbers";
|
export * from "./utils/numbers";
|
||||||
|
|||||||
Reference in New Issue
Block a user