refactor(globalStateStore): simplify exports in index file
This commit is contained in:
@@ -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';
|
|
||||||
|
|||||||
Reference in New Issue
Block a user