tldraw/example/src/multiplayer/cursors.tsx
Steve Ruiz fe2e3c81fe
[improvement] Migrations (#217)
* Add better migrations

* Improves migrations

* rename dev to example

* renames migrate

* Removes workers from git

* Remove rogue dependency

* Fix dropdown navigation by keyboard
2021-11-04 15:48:39 +00:00

3 lines
53 B
TypeScript

export function Cursors() {
return <div>hi</div>
}