We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2840c82 commit 8a531e4Copy full SHA for 8a531e4
package/src/index.ts
@@ -1,6 +1,6 @@
1
/** i18next polyfill to handle intl format for pluralization. For more info see https://www.i18next.com/misc/json-format#i-18-next-json-v4 */
2
import 'intl-pluralrules';
3
-import '../polyfills';
+import './polyfills';
4
5
export * from './components';
6
export * from './hooks';
package/polyfills.ts package/src/polyfills.tspackage/polyfills.ts renamed to package/src/polyfills.ts
0 commit comments