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

@ -1,13 +1,13 @@
export * from "./getKcContext";
export * from "./kcContext";
export * from "./i18n";
export { useDownloadTerms } from "./components/Terms";
export { useDownloadTerms } from "./pages/Terms";
export * from "./components/shared/KcProps";
export * from "./KcProps";
export * from "./keycloakJsAdapter";
export * from "./useFormValidationSlice";
import KcApp from "./components/KcApp";
import KcApp from "./KcApp";
export default KcApp;