chore: clean up namespace, eliminate refer-macro

This commit is contained in:
Weihua Lu
2021-06-18 12:54:33 +08:00
committed by Tienson Qin
parent cb59e9d0ce
commit 204541abda
34 changed files with 192 additions and 217 deletions

View File

@@ -1,19 +1,17 @@
(ns frontend.format.block
(:require [frontend.util :as util :refer-macros [profile]]
(:require [clojure.string :as string]
[clojure.walk :as walk]
[clojure.string :as string]
[frontend.format :as format]
[frontend.utf8 :as utf8]
[medley.core :as medley]
[frontend.config :as config]
[datascript.core :as d]
[frontend.date :as date]
[frontend.text :as text]
[frontend.util.property :as property]
[medley.core :as medley]
[frontend.state :as state]
[frontend.db :as db]
[lambdaisland.glogi :as log]))
[frontend.format :as format]
[frontend.state :as state]
[frontend.text :as text]
[frontend.utf8 :as utf8]
[frontend.util :as util]
[frontend.util.property :as property]
[lambdaisland.glogi :as log]
[medley.core :as medley]))
(defn heading-block?
[block]