Farmbot-Web-App/frontend/password_reset/index.tsx

6 lines
167 B
TypeScript
Raw Permalink Normal View History

import { detectLanguage } from "../i18n";
2019-04-02 13:59:37 -06:00
import I from "i18next";
import { onInit } from "./on_init";
2017-06-29 12:54:02 -06:00
2019-04-02 13:59:37 -06:00
detectLanguage().then(async config => I.init(config, onInit));