1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 06:16:39 +07:00
vault-frontend/src/redux/modal/selectors.ts
2019-08-02 17:17:09 +07:00

3 lines
100 B
TypeScript

import { IState } from "~/redux/store";
export const selectModal = (state: IState) => state.modal;