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

Add :builtin/group as part of shapes hierarchy.

This commit is contained in:
Andrey Antukh 2016-01-17 23:30:59 +02:00
parent c324755f24
commit 4f057756ee

View file

@ -8,7 +8,7 @@
(as-> (make-hierarchy) $
(derive $ :builtin/icon ::shape)
(derive $ :builtin/icon-svg ::shape)
(derive $ :builtin/icon-group ::shape)))
(derive $ :builtin/group ::shape)))
(defn shape?
[type]