mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 16:07:50 +00:00
9 lines
259 B
JavaScript
9 lines
259 B
JavaScript
|
|
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, DEFAULT_LANGUAGE, LANGUAGES } from './i18next';
|
|
|
|
import './middleware';
|