import { NOTIFICATION_REDUCER_KEY } from './constants' export const getNotifications = (state: any) => state[NOTIFICATION_REDUCER_KEY]