diff --git a/hooks.js b/hooks.js deleted file mode 100644 index d7b680ffe..000000000 --- a/hooks.js +++ /dev/null @@ -1,14 +0,0 @@ -export { - useTranslation, - withTranslation, - useSSR, - withSSR, - Trans, - initReactI18next, - setDefaults, - getDefaults, - setI18n, - getI18n, - composeInitialProps, - getInitialProps, -} from './dist/es/hooks';