mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
fix: import paths broken
This commit is contained in:
parent
adec1b719b
commit
c6de34b5ef
@ -2,7 +2,7 @@ import { useState, useCallback, useEffect, useMemo } from 'react'
|
||||
|
||||
import { Text, Range, Path, NodeEntry } from 'slate'
|
||||
|
||||
import { toJS, Cursor, Cursors } from '"@hiveteams/collab-bridge'
|
||||
import { toJS, Cursor, Cursors } from '@hiveteams/collab-bridge'
|
||||
|
||||
import { AutomergeEditor } from './automerge-editor'
|
||||
|
||||
|
@ -4,7 +4,7 @@ import { Editor } from 'slate'
|
||||
|
||||
import { AutomergeEditor } from './automerge-editor'
|
||||
|
||||
import { CursorData, CollabAction } from '"@hiveteams/collab-bridge'
|
||||
import { CursorData, CollabAction } from '@hiveteams/collab-bridge'
|
||||
|
||||
export interface AutomergeOptions {
|
||||
docId: string
|
||||
|
@ -2,7 +2,7 @@ import io from 'socket.io-client'
|
||||
|
||||
import { AutomergeEditor } from './automerge-editor'
|
||||
|
||||
import { CollabAction } from '"@hiveteams/collab-bridge'
|
||||
import { CollabAction } from '@hiveteams/collab-bridge'
|
||||
|
||||
export interface SocketIOPluginOptions {
|
||||
url: string
|
||||
|
Loading…
Reference in New Issue
Block a user