2023-02-25 19:19:46 +01:00
|
|
|
export * from "./getKcContext";
|
2021-03-02 23:48:31 +01:00
|
|
|
|
2022-04-27 21:02:10 +02:00
|
|
|
export * from "./i18n";
|
|
|
|
|
2023-02-25 18:26:39 +01:00
|
|
|
export { useDownloadTerms } from "./pages/Terms";
|
2021-03-02 23:48:31 +01:00
|
|
|
|
2023-02-25 18:26:39 +01:00
|
|
|
export * from "./KcProps";
|
2021-03-20 04:59:18 +01:00
|
|
|
export * from "./keycloakJsAdapter";
|
2021-03-06 14:42:56 +01:00
|
|
|
|
2023-02-25 18:26:39 +01:00
|
|
|
import KcApp from "./KcApp";
|
2022-08-01 03:07:06 +02:00
|
|
|
|
|
|
|
export default KcApp;
|