Просмотр исходного кода

chore(warning): fix code to erase complains

defclass 5 лет назад
Родитель
Сommit
a5cbc280ba
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/main/frontend/util.cljc

+ 1 - 0
src/main/frontend/util.cljc

@@ -1,4 +1,5 @@
 (ns frontend.util
+  #?(:clj (:refer-clojure :exclude [format]))
   (:require
       #?(:cljs [cljs-bean.core :as bean])
       #?(:cljs [cljs-time.coerce :as tc])