diff --git a/src/uxbox/ui/shapes/group.cljs b/src/uxbox/ui/shapes/group.cljs index e2b114d13b..f21a94a441 100644 --- a/src/uxbox/ui/shapes/group.cljs +++ b/src/uxbox/ui/shapes/group.cljs @@ -74,3 +74,9 @@ [:g attrs (for [item (reverse (into [] xf items))] (rum/with-key item (str (:id item))))]))) + +(def group-shape + (mx/component + {:render group-shape-render + :name "group-shape" + :mixins [mx/static]}))