tldraw/packages/www/components/editor.tsx

6 lines
111 B
TypeScript
Raw Normal View History

import { TLDraw } from '@tldraw/tldraw'
2021-08-10 16:12:55 +00:00
2021-09-04 11:26:46 +00:00
export default function Editor() {
return <TLDraw id="default" />
2021-08-10 16:12:55 +00:00
}