Add clj-kondo dependency for linting.

This commit is contained in:
Andrey Antukh 2020-02-24 15:29:12 +01:00
parent 87d355f705
commit 555210175e
5 changed files with 22 additions and 8 deletions

View file

@ -27,12 +27,7 @@
[uxbox.util.storage :refer [storage]]
[uxbox.util.timers :as ts]))
;; --- i18n
(declare reinit)
;; (rx/sub! i18n/locale-sub #(reinit))
;; --- Error Handling
(defn- on-navigate
[router path]