diff --git a/src/components/index.tsx b/src/components/index.tsx index a5b77f2..0dd8bfd 100644 --- a/src/components/index.tsx +++ b/src/components/index.tsx @@ -19,3 +19,4 @@ export const FormattedTime = FormattedDate; export * from './FormattedPlural'; export { GlobalizeProvider, GlobalizeProvider as FormattedProvider }; +export { withGlobalize } from './withGlobalize';