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