From fdd1ba967280db8b173a4308dbca3aa285b4c062 Mon Sep 17 00:00:00 2001 From: Lex Toumbourou Date: Sun, 6 Aug 2023 17:48:51 +1000 Subject: [PATCH] Remove superfluous import. --- main.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.ts b/main.ts index fa09011..d94b873 100644 --- a/main.ts +++ b/main.ts @@ -5,8 +5,7 @@ import { CachedMetadata, TFile, Notice, - debounce, - Debouncer, + debounce } from "obsidian"; function basename(path: string): string {