From 0461190a67b320ef6c7203f282d5c4fa02f6337e Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Wed, 5 Jun 2024 18:42:32 +0200 Subject: [PATCH] Do not export default the Fallback component --- src/account/index.ts | 4 ---- src/login/index.ts | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/account/index.ts b/src/account/index.ts index 3bb53c64..4ad9333e 100644 --- a/src/account/index.ts +++ b/src/account/index.ts @@ -1,7 +1,3 @@ -import Fallback from "keycloakify/account/Fallback"; - -export default Fallback; - export type { AccountThemePageId as PageId } from "keycloakify/bin/shared/constants"; export { createUseI18n } from "keycloakify/account/i18n/i18n"; export type { ExtendKcContext } from "keycloakify/account/kcContext"; diff --git a/src/login/index.ts b/src/login/index.ts index 356132ea..9e1c7ba0 100644 --- a/src/login/index.ts +++ b/src/login/index.ts @@ -1,7 +1,3 @@ -import Fallback from "keycloakify/login/Fallback"; - -export default Fallback; - export { useDownloadTerms } from "keycloakify/login/lib/useDownloadTerms"; export { createUseI18n } from "keycloakify/login/i18n/i18n"; export type {