diff --git a/src/uxbox/util/mixins.cljs b/src/uxbox/util/mixins.cljs index 7aae23296..272ab8d13 100644 --- a/src/uxbox/util/mixins.cljs +++ b/src/uxbox/util/mixins.cljs @@ -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)