Do not export default the Fallback component
This commit is contained in:
@ -1,7 +1,3 @@
|
|||||||
import Fallback from "keycloakify/account/Fallback";
|
|
||||||
|
|
||||||
export default Fallback;
|
|
||||||
|
|
||||||
export type { AccountThemePageId as PageId } from "keycloakify/bin/shared/constants";
|
export type { AccountThemePageId as PageId } from "keycloakify/bin/shared/constants";
|
||||||
export { createUseI18n } from "keycloakify/account/i18n/i18n";
|
export { createUseI18n } from "keycloakify/account/i18n/i18n";
|
||||||
export type { ExtendKcContext } from "keycloakify/account/kcContext";
|
export type { ExtendKcContext } from "keycloakify/account/kcContext";
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
import Fallback from "keycloakify/login/Fallback";
|
|
||||||
|
|
||||||
export default Fallback;
|
|
||||||
|
|
||||||
export { useDownloadTerms } from "keycloakify/login/lib/useDownloadTerms";
|
export { useDownloadTerms } from "keycloakify/login/lib/useDownloadTerms";
|
||||||
export { createUseI18n } from "keycloakify/login/i18n/i18n";
|
export { createUseI18n } from "keycloakify/login/i18n/i18n";
|
||||||
export type {
|
export type {
|
||||||
|
Reference in New Issue
Block a user