{
"version": 3,
"sources": ["../../../../src/lib/ui/components/FollowingIndicator.tsx"],
"sourcesContent": ["import { useEditor, usePresence, useValue } from '@tldraw/editor'\n\nexport function FollowingIndicator() {\n\tconst editor = useEditor()\n\tconst followingUserId = useValue('follow', () => editor.instanceState.followingUserId, [editor])\n\tif (!followingUserId) return null\n\treturn