Skip to content

Commit

Permalink
(chore) Rename multiplayer-cursors to multiplayer-presence (#4535)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggi authored Nov 22, 2023
1 parent e20f7fe commit 160fa72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/components/canvas/design-panel-root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { SettingsPane } from '../navigator/left-pane/settings-pane'
import { MenuTab } from '../../uuiui/menu-tab'
import { FlexRow } from 'utopia-api'
import type { StoredPanel } from './stored-layout'
import { MultiplayerPresence } from './multiplayer-cursors'
import { MultiplayerPresence } from './multiplayer-presence'
import { useStatus } from '../../../liveblocks.config'
import { MultiplayerWrapper } from '../../utils/multiplayer-wrapper'
import { CommentSection } from '../inspector/sections/comment-section'
Expand Down

0 comments on commit 160fa72

Please sign in to comment.