import React from 'react'; const NotificationImage = ({type_of}) => { return(
) } export default NotificationImage;