import React from "react"; export function errorBlock(error: string = '') { return

{error}

}