This commit is contained in:
garronej
2023-02-25 18:26:39 +01:00
parent b300966fa8
commit 837501c948
37 changed files with 96 additions and 97 deletions

View File

@ -3,7 +3,7 @@ import "minimal-polyfills/Object.fromEntries";
import React, { useEffect, useState, useRef } from "react";
import type baseMessages from "./generated_messages/18.0.1/login/en";
import { assert } from "tsafe/assert";
import type { KcContextBase } from "../getKcContext/KcContextBase";
import type { KcContextBase } from "../kcContext/KcContextBase";
import { Markdown } from "../tools/Markdown";
export const fallbackLanguageTag = "en";