d796721e00
* moved keycloak to context so it can be updated fixes: #11931 * PR comments
11 lines
506 B
TypeScript
11 lines
506 B
TypeScript
export { default as KeycloakMasthead } from "./Masthead";
|
|
|
|
// Keycloak
|
|
export { KeycloakProvider, useKeycloak } from "./KeycloakContext";
|
|
export type { KeycloakProviderProps } from "./KeycloakContext";
|
|
|
|
// Translation
|
|
export { defaultTranslations } from "./translation/translations";
|
|
export type { Translations } from "./translation/translations";
|
|
export { TranslationsProvider } from "./translation/TranslationsContext";
|
|
export type { TranslationsProviderProps } from "./translation/TranslationsContext";
|