import React from "react"; export const IframeErrorScreen = ({ err }: any) => { return (
{err}
); };