diff --git a/frontend/deps.edn b/frontend/deps.edn index 956d696d2..bdb6e1832 100644 --- a/frontend/deps.edn +++ b/frontend/deps.edn @@ -27,6 +27,7 @@ {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"} com.bhauman/rebel-readline {:mvn/version "0.1.4"} org.clojure/tools.namespace {:mvn/version "0.3.1"} + hashp/hashp {:mvn/version "RELEASE"} metosin/jsonista {:mvn/version "0.2.5"} funcool/datoteka {:mvn/version "1.2.0"} diff --git a/frontend/src/uxbox/main.cljs b/frontend/src/uxbox/main.cljs index c7107ec4a..a79e48f2c 100644 --- a/frontend/src/uxbox/main.cljs +++ b/frontend/src/uxbox/main.cljs @@ -9,6 +9,7 @@ (ns uxbox.main (:require + [hashp.core :include-macros true] [cljs.spec.alpha :as s] [beicon.core :as rx] [goog.object :as gobj]