index.ts 195 B

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