export default function Error({ error }: { error: string }) { return (

Error

{error}

); }