Skip to content

Commit

Permalink
Merge pull request #1353 from youssef3wi/master
Browse files Browse the repository at this point in the history
fix: use relative path for named import
  • Loading branch information
afshinm committed Mar 3, 2024
2 parents 57e8f94 + d1f3aa6 commit e054fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Cell from './src/cell';
import { useConfig } from './src/hooks/useConfig';
import { useStore } from './src/hooks/useStore';
import useSelector from './src/hooks/useSelector';
import { useTranslator } from 'src/i18n/language';
import { useTranslator } from './src/i18n/language';

export {
Grid,
Expand Down

0 comments on commit e054fdb

Please sign in to comment.