Skip to content

Commit d238231

Browse files
authored
Merge pull request #4098 from ProjectMirador/reexport-useTranslation
Re-export useTranslation for downstream consumers to share the react-…
2 parents 6e15d9f + dd80eac commit d238231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export * from './extend';
99
export * from './lib';
1010
export * from './plugins';
1111
export { default as settings } from './config/settings';
12+
export { useTranslation, withTranslation } from 'react-i18next';
1213

1314
export default {
1415
...init,

0 commit comments

Comments
 (0)