'use client'; export default function Error({ reset }: { reset: () => void }) { return (

Something went wrong.

); }