import { RootState } from "../types"; export const selectShowNewUserModal = (state: RootState) => state.ui.showNewUserModal;