Skip to content

Commit

Permalink
fix: ts errors
Browse files Browse the repository at this point in the history
  • Loading branch information
isekovanic committed Nov 4, 2024
1 parent 2840c82 commit 8a531e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** i18next polyfill to handle intl format for pluralization. For more info see https://www.i18next.com/misc/json-format#i-18-next-json-v4 */
import 'intl-pluralrules';
import '../polyfills';
import './polyfills';

export * from './components';
export * from './hooks';
Expand Down
File renamed without changes.

0 comments on commit 8a531e4

Please sign in to comment.