import React from 'react' import { IconBell } from 'src/components/icons' import s from '../NotificationEmptyPage/NotificationEmptyPage.module.scss' const NotificationEmptyPage = () => { return (

Your Notification is empty

) } export default NotificationEmptyPage