From d130c23f5d72b90fb2f33c5d0ab5ddccff1c5816 Mon Sep 17 00:00:00 2001 From: garronej Date: Sat, 30 Jul 2022 01:49:02 +0200 Subject: [PATCH] Do not export components in the index --- src/lib/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/index.ts b/src/lib/index.ts index 1ca1dab2..d84c65e5 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -4,7 +4,6 @@ export * from "./i18n"; export { useDownloadTerms } from "./components/Terms"; -export * from "./components/KcApp"; export * from "./components/KcProps"; export * from "./keycloakJsAdapter"; export * from "./useFormValidationSlice";