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

7 lines
207 B
TypeScript

import "../css/_index.scss";
import { detectLanguage } from "../i18n";
import * as I18n from "i18next";
import { onInit } from "./on_init";
detectLanguage().then(async config => I18n.init(config, onInit));