1 2 3 4 5 6 7 8
export { store } from './store'; export type { GetState, AppDispatch, RootState } from './store'; export { createAppAsyncThunk, useAppDispatch, useAppSelector, } from './typed_functions';