diff --git a/src/GlobalStateStore/index.ts b/src/GlobalStateStore/index.ts index 92a9f3c..d161508 100644 --- a/src/GlobalStateStore/index.ts +++ b/src/GlobalStateStore/index.ts @@ -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';