diff --git a/src/uxbox/shapes.cljs b/src/uxbox/shapes.cljs index 67dfe79741..8e7323a96d 100644 --- a/src/uxbox/shapes.cljs +++ b/src/uxbox/shapes.cljs @@ -27,6 +27,10 @@ dispatch-by-type :hierarchy #'+hierarchy+) +(defmulti -render-svg + dispatch-by-type + :hierarchy #'+hierarchy+) + (defmulti -move dispatch-by-type :hierarchy #'+hierarchy+)