import * as React from "react"; import Frame from "../components/Frame"; import { EmbedProps as Props } from "."; function Gist(props: Props) { return ( ); } export default Gist;