Skip to content

Commit

Permalink
Rename things
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalint committed Dec 7, 2023
1 parent b192bc4 commit b8dedc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions editor/src/components/canvas/controls/comment-popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ import type { ComposerSubmitComment } from '@liveblocks/react-comments'
import { Composer } from '@liveblocks/react-comments'
import { useAtom } from 'jotai'
import React from 'react'
import {
useCreateThread,
useEditThreadMetadata,
useSelf,
useStorage,
} from '../../../../liveblocks.config'
import { useCreateThread, useStorage } from '../../../../liveblocks.config'
import '../../../../resources/editor/css/liveblocks-comments.css'
import {
getCollaboratorById,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import {
useCanvasLocationOfThread,
getCollaboratorById,
useMyThreadReadStatus,
useSetThreadReadStatus,
} from '../../../core/commenting/comment-hooks'
import { Substores, useEditorState } from '../../editor/store/store-hook'
import { unless, when } from '../../../utils/react-conditionals'
Expand Down

0 comments on commit b8dedc3

Please sign in to comment.