'use client' import ErrorDisplay from '@/components/ErrorDisplay' export default function NotificationsError({ reset }: { error: Error; reset: () => void }) { return ( ) }