// @flow import { observable } from "mobx"; import { observer } from "mobx-react"; import { OpenIcon } from "outline-icons"; import * as React from "react"; import styled from "styled-components"; // This wrapper allows us to pass non-standard HTML attributes through to the DOM element // https://www.styled-components.com/docs/basics#passed-props const Iframe = (props) =>