We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57e8f94 + d1f3aa6 commit e054fdbCopy full SHA for e054fdb
index.ts
@@ -11,7 +11,7 @@ import Cell from './src/cell';
11
import { useConfig } from './src/hooks/useConfig';
12
import { useStore } from './src/hooks/useStore';
13
import useSelector from './src/hooks/useSelector';
14
-import { useTranslator } from 'src/i18n/language';
+import { useTranslator } from './src/i18n/language';
15
16
export {
17
Grid,
0 commit comments