diff --git a/editor/src/components/user-bar.tsx b/editor/src/components/user-bar.tsx index 131bb7514f93..7c2c085cda1c 100644 --- a/editor/src/components/user-bar.tsx +++ b/editor/src/components/user-bar.tsx @@ -11,7 +11,6 @@ import { getConnectionById, useCollaborators, useConnections, - useMyUserAndPresence, } from '../core/commenting/comment-hooks' import type { FollowTarget, MultiplayerColor } from '../core/shared/multiplayer' import { @@ -93,6 +92,7 @@ const SinglePlayerUserBar = React.memo(() => {