Fork me on GitHub
#cljsjs
<
2022-02-01
>
Zayn Malik16:02:58

Hello everyone! This seems a dumb question but I wanted to know how can I import cljsjs/axios in my project. I am a beginner in clojurescript and I don't understand the basic workings. This is my deps.edn:

{:deps {org.clojure/clojure {:mvn/version "1.10.0"}
        org.clojure/clojurescript {:mvn/version "1.10.773"}
        reagent/reagent {:mvn/version "0.10.0"}}
Any help is appreciated. Thank you!

Zayn Malik17:02:27

I have found the solution. Thank you! cljsjs/axios {:mvn/version "0.19.0-0"}