Skip to content

Commit 8a531e4

Browse files
committed
fix: ts errors
1 parent 2840c82 commit 8a531e4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** i18next polyfill to handle intl format for pluralization. For more info see https://www.i18next.com/misc/json-format#i-18-next-json-v4 */
22
import 'intl-pluralrules';
3-
import '../polyfills';
3+
import './polyfills';
44

55
export * from './components';
66
export * from './hooks';

0 commit comments

Comments
 (0)