mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-12 01:10:15 +00:00
fix imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { compareMTime } from "@lib/common/utils.database";
|
||||
import { EVEN } from "@/common/utils";
|
||||
import { TFile, type DataWriteOptions } from "@/deps";
|
||||
import type { FilePath } from "@/lib/src/common/types";
|
||||
import type { FilePath } from "@lib/common/types";
|
||||
import { isDocContentSame, readContent } from "@lib/common/utils.database";
|
||||
import { waitForIdle, type LiveSyncHarness } from "../harness/harness";
|
||||
import { expect } from "vitest";
|
||||
|
||||
Reference in New Issue
Block a user