import * as React from "react"; import Frame from "../components/Frame"; import { EmbedProps as Props } from "."; function Framer(props: Props) { return ( ); } Framer.ENABLED = [new RegExp("^https://framer.cloud/(.*)$")]; export default Framer;