import React from 'react'; import { Page } from 'app/core/components/Page/Page'; import { StoredNotifications } from './StoredNotifications'; export const NotificationsPage = () => { return ( ); }; export default NotificationsPage;