From 49ebbcfb8ed7c231bbb0a66516d79be28f30d732 Mon Sep 17 00:00:00 2001 From: eromano Date: Tue, 8 Aug 2023 21:28:45 +0200 Subject: [PATCH] fix --- lib/core/api/src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/core/api/src/index.ts b/lib/core/api/src/index.ts index d65fe15513..fe326e1e82 100644 --- a/lib/core/api/src/index.ts +++ b/lib/core/api/src/index.ts @@ -15,9 +15,6 @@ * limitations under the License. */ -export * from './lib/api-client.factory'; -export * from './lib/api-clients.service'; -export * from './lib/clients'; export * from './lib/types'; export * from './lib/adf-http-client.service'; export * from './lib/interfaces';