import { TLDraw } from '@tldraw/tldraw'
export default function Editor() {
return <TLDraw id="default" />
}