From 7a786dae4edeeafc82e99cb92bc3b874e08c6c0d Mon Sep 17 00:00:00 2001 From: charlie Date: Tue, 29 Nov 2022 18:22:29 +0800 Subject: [PATCH] fix: lint --- src/main/frontend/handler/search.cljs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/frontend/handler/search.cljs b/src/main/frontend/handler/search.cljs index 0845dbe032..818459870f 100644 --- a/src/main/frontend/handler/search.cljs +++ b/src/main/frontend/handler/search.cljs @@ -9,8 +9,6 @@ [frontend.util :as util] [promesa.core :as p] [logseq.graph-parser.text :as text] - [frontend.util.drawer :as drawer] - [frontend.util.property :as property] [electron.ipc :as ipc] [goog.functions :refer [debounce]] [dommy.core :as dom]))