Skip to content

Commit

Permalink
fix: build error -- import type
Browse files Browse the repository at this point in the history
  • Loading branch information
yan42685 committed Oct 27, 2024
1 parent 79d7f9e commit db6f1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/obsidian/user-data/recent-file-manager.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { App, MarkdownView, WorkspaceLeaf } from "obsidian";
import { THIS_PLUGIN } from "src/globals/constants";
import CleverSearch from "src/main";
import type CleverSearch from "src/main";
import { logger } from "src/utils/logger";
import { getInstance } from "src/utils/my-lib";
import { debounce } from "throttle-debounce";
Expand Down

0 comments on commit db6f1e9

Please sign in to comment.