mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-28 06:16:39 +07:00
3 lines
100 B
TypeScript
3 lines
100 B
TypeScript
import { IState } from "~/redux/store";
|
|
|
|
export const selectModal = (state: IState) => state.modal;
|