diff --git a/common/src/app/common/perf.cljc b/common/src/app/common/perf.cljc index be2145403d..6b528e0ba1 100644 --- a/common/src/app/common/perf.cljc +++ b/common/src/app/common/perf.cljc @@ -1,6 +1,6 @@ (ns app.common.perf (:require - [app.common.math :as mth] + #?(:cljs [app.common.math :as mth]) [app.common.uuid :as uuid])) (defn timestamp []