From 553ef26566ef3acbe5f79e719a74014202b57e7d Mon Sep 17 00:00:00 2001 From: Estifo77 <139631617+Estifo77@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:41:06 +0300 Subject: [PATCH] merge fixes --- libs/api/src/index.ts | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/libs/api/src/index.ts b/libs/api/src/index.ts index 345934daf..f7ea32534 100644 --- a/libs/api/src/index.ts +++ b/libs/api/src/index.ts @@ -1,5 +1,9 @@ -export * from './lib/base-api'; -export * from './lib/query-and-mutation'; -export * from './lib/session'; -export * from './lib/features/licensing'; -export { baseQueryWithReauth, configureTokenRefresh } from './lib/base-api/base-query-with-reauth'; +export * from "./lib/base-api"; +export * from "./lib/query-and-mutation"; +export * from "./lib/session"; +export * from "./lib/features/licensing"; +export * from "./lib/features/licensing/licensing-api"; +export { + baseQueryWithReauth, + configureTokenRefresh, +} from "./lib/base-api/base-query-with-reauth";