'use client' export default function Error({ reset }) { return (

Error Boundary

Something went wrong in the deep boundary.

) }