"use client" export default function Error({ error }: { error: Error }) { return (

Something went wrong!

) }