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