Replace rum/reactive with mx/reactive.

This commit is contained in:
Andrey Antukh 2016-07-09 18:26:25 +03:00
parent aae868dba8
commit a3d0358bdf
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
51 changed files with 78 additions and 76 deletions

View file

@ -112,7 +112,7 @@
(mx/component
{:render app-render
:will-mount app-will-mount
:mixins [rum/reactive]
:mixins [mx/reactive]
:name "app"}))
;; --- Routes