mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-03 08:36:41 +07:00
3 lines
100 B
TypeScript
3 lines
100 B
TypeScript
import { IState } from '~/redux/store';
|
|
|
|
export const selectModal = (state: IState) => state.modal;
|