'use client'; export default function GlobalError({ reset, }: { error: Error & { digest?: string }; reset: () => void; }) { return (
An unexpected error occurred. Try again or head back to the docs.