mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
Make shape types hierarchy as public.
This commit is contained in:
parent
3c5ac2d94c
commit
3917feb664
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
;; Types
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(def ^:static ^:private +hierarchy+
|
||||
(def ^:static +hierarchy+
|
||||
(as-> (make-hierarchy) $
|
||||
(derive $ :builtin/icon ::shape)
|
||||
(derive $ :builtin/rect ::shape)
|
||||
|
|
Loading…
Reference in a new issue