export const authSelector = state => state.auth; export const homeSelector = state => state.home; export const onLeaveSelector = state => state.onLeave;
export const loaderSelector = state => state.loader.isLoading;
export const confirmDateSelector = state => state.confirmDate;