14 lines
295 B
TypeScript
Raw Normal View History

2021-06-23 08:16:51 +02:00
export * from "./getKcContext";
2021-03-02 23:48:31 +01:00
2022-04-27 21:02:10 +02:00
export * from "./i18n";
export { useDownloadTerms } from "./components/Terms";
2021-03-02 23:48:31 +01:00
2021-03-06 14:42:56 +01:00
export * from "./components/KcProps";
export * from "./keycloakJsAdapter";
2021-10-26 14:50:57 +02:00
export * from "./useFormValidationSlice";
2021-03-06 14:42:56 +01:00
2022-08-01 03:07:06 +02:00
import KcApp from "./components/KcApp";
export default KcApp;