Files
2025-10-12 13:42:02 +02:00

9 lines
195 B
TypeScript

export { store } from "./store";
export type { GetState, AppDispatch, RootState } from "./store";
export {
createAppAsyncThunk,
useAppDispatch,
useAppSelector,
} from "./typed_functions";