style: remove unused :require (#193)

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
Michael Wong
2020-11-04 11:35:35 +08:00
committed by GitHub
parent 646960a00c
commit 3cc0d3154a
50 changed files with 13 additions and 144 deletions

View File

@@ -15,9 +15,6 @@
[frontend.components.draw :as draw]
[frontend.components.datetime :as datetime-comp]
[frontend.ui :as ui]
[frontend.components.widgets :as widgets]
[frontend.handler.ui :as ui-handler]
[frontend.handler.image :as image-handler]
[frontend.handler.editor :as editor-handler]
[frontend.handler.dnd :as dnd]
[frontend.handler.repeated :as repeated]
@@ -25,7 +22,6 @@
[medley.core :as medley]
[cljs.reader :as reader]
[frontend.util :as util :refer-macros [profile]]
[frontend.mixins :as mixins]
[frontend.db-mixins :as db-mixins]
[frontend.extensions.latex :as latex]
[frontend.components.lazy-editor :as lazy-editor]