Replace rum/react with mx/react.

This commit is contained in:
Andrey Antukh 2016-07-09 18:32:38 +03:00
parent a3d0358bdf
commit 5dc4dec1e0
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
47 changed files with 99 additions and 99 deletions

View file

@ -77,8 +77,8 @@
(defn app-render
[own]
(let [route (rum/react route-l)
auth (rum/react st/auth-l)
(let [route (mx/react route-l)
auth (mx/react st/auth-l)
location (:id route)
params (:params route)]
(if (and (restricted? location) (not auth))