import * as React from "react"; import Frame from "../components/Frame"; import { EmbedProps as Props } from "."; function Tldraw(props: Props) { return ( ); } Tldraw.ENABLED = [new RegExp("^https?://(beta|www|old)\\.tldraw\\.com/r/(.*)")]; export default Tldraw;