mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
style: remove unused :require (#193)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
(:require [rum.core :as rum]
|
||||
[frontend.util :as util]
|
||||
[frontend.handler.route :as route]
|
||||
[frontend.handler.editor :as editor-handler]
|
||||
[frontend.handler.page :as page-handler]
|
||||
[frontend.db :as db]
|
||||
[frontend.handler.search :as search-handler]
|
||||
@@ -12,8 +11,6 @@
|
||||
[frontend.config :as config]
|
||||
[frontend.search :as search]
|
||||
[clojure.string :as string]
|
||||
[goog.crypt.base64 :as b64]
|
||||
[goog.object :as gobj]
|
||||
[goog.dom :as gdom]
|
||||
[frontend.context.i18n :as i18n]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user