Update type imports
This commit is contained in:
parent
ea189f3d09
commit
38810579ec
2 changed files with 4 additions and 3 deletions
|
|
@ -4,9 +4,9 @@ import {
|
|||
type RelativePath,
|
||||
type FileSystemOperations,
|
||||
type SyncSettings,
|
||||
SyncClient
|
||||
SyncClient,
|
||||
TextWithCursors
|
||||
} from "sync-client";
|
||||
import type { TextWithCursors } from "reconcile-text";
|
||||
|
||||
export class MockClient implements FileSystemOperations {
|
||||
protected readonly localFiles = new Map<string, Uint8Array>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue