Fix magic require of clojure.string
This commit is contained in:
parent
883faba8ff
commit
a14b544559
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
(nconc cljr-magic-require-namespaces
|
||||
'(("re-frame" . "re-frame.core")
|
||||
("reagent" . "reagent.core")
|
||||
("str" . "clojure.str"))))
|
||||
("str" . "clojure.string"))))
|
||||
|
||||
|
||||
(def-package! cider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue