Update imports
This commit is contained in:
parent
7c203bc5c9
commit
22dfdc069b
7 changed files with 6 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import type { RelativePath } from "../persistence/database";
|
||||
import type { RelativePath } from "../sync-operations/types";
|
||||
|
||||
import type { TextWithCursors } from "reconcile-text";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import type { RelativePath } from "../persistence/database";
|
||||
import type { RelativePath } from "../sync-operations/types";
|
||||
import type { FileSystemOperations } from "./filesystem-operations";
|
||||
import type { Logger } from "../tracing/logger";
|
||||
import { Locks } from "../utils/data-structures/locks";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue