Move lib up one level

This commit is contained in:
garronej
2023-03-16 22:43:09 +01:00
parent 79997efbb6
commit 0040464ca1
283 changed files with 29 additions and 29 deletions

12
src/index.ts Normal file
View File

@ -0,0 +1,12 @@
export * from "./getKcContext";
export * from "./i18n";
export { useDownloadTerms } from "./pages/Terms";
export * from "./KcProps";
export * from "./keycloakJsAdapter";
import KcApp from "./KcApp";
export default KcApp;