Update imports
This commit is contained in:
parent
7c203bc5c9
commit
22dfdc069b
7 changed files with 6 additions and 8 deletions
|
|
@ -2,7 +2,7 @@ import {
|
|||
MAX_HISTORY_ENTRY_COUNT,
|
||||
TIMEOUT_FOR_MERGING_HISTORY_ENTRIES_IN_SECONDS
|
||||
} from "../consts";
|
||||
import type { RelativePath } from "../persistence/database";
|
||||
import type { RelativePath } from "../sync-operations/types";
|
||||
import type { Logger } from "./logger";
|
||||
import { removeFromArray } from "../utils/remove-from-array";
|
||||
import { EventListeners } from "../utils/data-structures/event-listeners";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue