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