Skip to content

Commit ca54185

Browse files
committed
move editor hook
1 parent c8dfb98 commit ca54185

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/cloud/components/DocPreview/DocPreviewRealtime.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import EditorToolButton from '../Editor/EditorToolButton'
2929
import cc from 'classcat'
3030
import WithTooltip from '../../../design/components/atoms/WithTooltip'
3131
import { useEffectOnUnmount } from '../../../lib/hooks'
32-
import { useDocEditor } from '../../lib/hooks/realtime/docRealtime'
32+
import { useDocEditor } from '../../lib/hooks/editor/docEditor'
3333

3434
interface DocPreviewRealtimeProps {
3535
team: SerializedTeam

0 commit comments

Comments
 (0)