Minor code reorg on util/mixins.

This commit is contained in:
Andrey Antukh 2016-08-28 14:53:25 +03:00
parent 333e4d0dc0
commit 78f010b47e
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -44,9 +44,9 @@
(def static rum/static)
(def ref-node rum/ref-node)
(def dom-node rum/dom-node)
(def react rum/react)
(def reactive rum/reactive)
(def dom-node rum/dom-node)
(def with-key rum/with-key)
(def render-html server/render)
(def render-static-html server/render-static)