0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

Add missing group component (stolen in shapes refactor).

This commit is contained in:
Andrey Antukh 2016-05-28 12:50:06 +03:00
parent 4693722f40
commit 32f4720111
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -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]}))