You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456 |
- export * from './constants';
- export * from './functions';
-
- // TODO Eventually (e.g. when the non-React Web app is rewritten into React), it
- // should not be necessary to export i18next.
- export { default as i18next } from './i18next';
|