import Layout from '../components/layout'
import Notifications from '../components/notifications'
export default function NotificationPage () {
return (
<Layout>
<Notifications />
</Layout>
)
}