1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-03 08:36:41 +07:00
vault-frontend/src/redux/modal/selectors.ts
2019-08-09 12:23:07 +07:00

3 lines
100 B
TypeScript

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