Lint plugin

This commit is contained in:
Andras Schmelczer 2025-01-02 11:57:40 +00:00
parent 4af8f3b23f
commit a2b1a83663
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 20 additions and 23 deletions

View file

@ -1,5 +1,5 @@
import type { Plugin } from "obsidian";
import { Syncer } from "src/sync-operations/syncer";
import type { Syncer } from "src/sync-operations/syncer";
import type { HistoryStats, SyncHistory } from "src/tracing/sync-history";
export class StatusBar {