import { FC } from "react"; import Iframe from "react-iframe"; import { Box } from "@mui/material"; interface OpenSearchWrapperProps { url: string; marginTop: string; } export const OpenSearchWrapper: FC = ({ url, marginTop, }) => (