refactor(globalStateStore): simplify exports in index file

This commit is contained in:
2026-02-07 21:15:27 +02:00
parent da69c80cff
commit 6edac91ea8

View File

@@ -3,14 +3,12 @@ export {
getAuthToken,
GetGlobalState,
GlobalStateStore,
isLoggedIn,
setApiURL,
setAuthToken,
useGlobalStateStore
useGlobalStateStore,
} from './GlobalStateStore';
export type * from './GlobalStateStore.types';
export {
GlobalStateStoreProvider,
useGlobalStateStoreContext,
} from './GlobalStateStoreWrapper';
export { GlobalStateStoreProvider, useGlobalStateStoreContext } from './GlobalStateStoreWrapper';