Allow to lazily load therms

This commit is contained in:
Joseph Garrone
2021-04-08 17:06:09 +02:00
parent ed7d5eabcb
commit 1bb19f65a2
9 changed files with 55 additions and 15 deletions

View File

@ -3,6 +3,7 @@ export * from "./KcContext";
export * from "./i18n/KcLanguageTag";
export * from "./i18n/useKcLanguageTag";
export * from "./i18n/useKcMessage";
export * from "./i18n/kcMessages/login";
export * from "./components/KcProps";
export * from "./components/Login";
@ -16,4 +17,5 @@ export * from "./keycloakJsAdapter";
export * from "./tools/assert";
export * as kcContextMocks from "./kcContextMocks";