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

6 lines
167 B
TypeScript

import { detectLanguage } from "../i18n";
import I from "i18next";
import { onInit } from "./on_init";
detectLanguage().then(async config => I.init(config, onInit));