From f42c5ab18d1e4d7b7dc0f2be30932b11b28e1256 Mon Sep 17 00:00:00 2001 From: vponte Date: Wed, 4 Mar 2020 17:07:46 -0800 Subject: [PATCH] fix: export withGlobalize correctly --- src/components/index.tsx | 1 + 1 file changed, 1 insertion(+) 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';