Move everything under the login dir

This commit is contained in:
garronej
2023-03-19 23:12:45 +01:00
parent 74d48fd7e1
commit 41c0329822
352 changed files with 14516 additions and 350 deletions

View File

@ -1,10 +0,0 @@
import Fallback from "keycloakify/Fallback";
export default Fallback;
export { createKeycloakAdapter } from "keycloakify/lib/keycloakJsAdapter";
export { useDownloadTerms } from "keycloakify/lib/useDownloadTerms";
export { getKcContext } from "keycloakify/kcContext/getKcContext";
export { createUseI18n } from "keycloakify/i18n/i18n";
export type { PageProps } from "keycloakify/pages/PageProps";