From 51d7306489fea88d87374b4eb7ca10398e4f8d52 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Fri, 3 Jan 2025 18:26:09 +0000 Subject: [PATCH] Format --- plugin/src/views/history-view.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/src/views/history-view.ts b/plugin/src/views/history-view.ts index 4f6050cf..97c1ea30 100644 --- a/plugin/src/views/history-view.ts +++ b/plugin/src/views/history-view.ts @@ -1,6 +1,7 @@ import type { WorkspaceLeaf } from "obsidian"; import { ItemView } from "obsidian"; -import { SyncHistory, SyncType } from "src/tracing/sync-history"; +import type { SyncHistory} from "src/tracing/sync-history"; +import { SyncType } from "src/tracing/sync-history"; import { SyncSource, SyncStatus } from "src/tracing/sync-history"; import { intlFormatDistance } from "date-fns"; import type { Database } from "src/database/database";