mirror of https://github.com/penpot/penpot.git
📎 Add several missing imports on repl related namespaces
This commit is contained in:
parent
0346c48b03
commit
42d03a0325
|
|
@ -35,6 +35,7 @@
|
|||
[app.util.blob :as blob]
|
||||
[clj-async-profiler.core :as prof]
|
||||
[clojure.contrib.humanize :as hum]
|
||||
[clojure.datafy :refer [datafy]]
|
||||
[clojure.java.io :as io]
|
||||
[clojure.pprint :refer [pprint print-table]]
|
||||
[clojure.repl :refer :all]
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
[app.util.blob :as blob]
|
||||
[app.util.pointer-map :as pmap]
|
||||
[app.worker :as wrk]
|
||||
[clojure.datafy :refer [datafy]]
|
||||
[clojure.java.io :as io]
|
||||
[clojure.pprint :refer [print-table]]
|
||||
[clojure.stacktrace :as strace]
|
||||
|
|
|
|||
Loading…
Reference in New Issue