import { NotificationsLivePanel } from '../components/notifications-live-panel';

export default function NotificationsPage() {
  return <NotificationsLivePanel />;
}
