Skip to content

Commit

Permalink
Merge pull request #4098 from ProjectMirador/reexport-useTranslation
Browse files Browse the repository at this point in the history
Re-export useTranslation for downstream consumers to share the react-…
  • Loading branch information
cbeer authored Feb 10, 2025
2 parents 6e15d9f + dd80eac commit d238231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export * from './extend';
export * from './lib';
export * from './plugins';
export { default as settings } from './config/settings';
export { useTranslation, withTranslation } from 'react-i18next';

export default {
...init,
Expand Down

0 comments on commit d238231

Please sign in to comment.