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

7 lines
207 B
TypeScript
Raw Normal View History

2017-06-29 12:54:02 -06:00
import "../css/_index.scss";
import { detectLanguage } from "../i18n";
import * as I18n from "i18next";
import { onInit } from "./on_init";
2017-06-29 12:54:02 -06:00
detectLanguage().then(async config => I18n.init(config, onInit));