import { store } from './index'; export type RootState = ReturnType; export type AppDispatch = typeof store.dispatch;