Lint
This commit is contained in:
parent
5a0c64d39c
commit
fb2d82a06e
6 changed files with 18 additions and 16 deletions
|
|
@ -1,11 +1,12 @@
|
|||
import type { StoredDatabase } from "sync-client";
|
||||
import type { StoredDatabase ,
|
||||
TextWithCursors
|
||||
} from "sync-client";
|
||||
import { assert } from "../utils/assert";
|
||||
import {
|
||||
type RelativePath,
|
||||
type FileSystemOperations,
|
||||
type SyncSettings,
|
||||
SyncClient,
|
||||
TextWithCursors
|
||||
SyncClient
|
||||
} from "sync-client";
|
||||
|
||||
export class MockClient implements FileSystemOperations {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue