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, getAuthToken,
GetGlobalState, GetGlobalState,
GlobalStateStore, GlobalStateStore,
isLoggedIn,
setApiURL, setApiURL,
setAuthToken, setAuthToken,
useGlobalStateStore useGlobalStateStore,
} from './GlobalStateStore'; } from './GlobalStateStore';
export type * from './GlobalStateStore.types'; export type * from './GlobalStateStore.types';
export { export { GlobalStateStoreProvider, useGlobalStateStoreContext } from './GlobalStateStoreWrapper';
GlobalStateStoreProvider,
useGlobalStateStoreContext,
} from './GlobalStateStoreWrapper';