import { FC, useContext } from 'react'; import { LibraContext } from '../context/libra'; import { css } from '../../../styled-system/css'; export const Iframe: FC = () => { const { iframeRef } = useContext(LibraContext); return (