diff --git a/src/uxbox/shapes.cljs b/src/uxbox/shapes.cljs index 712281f94..19fa12392 100644 --- a/src/uxbox/shapes.cljs +++ b/src/uxbox/shapes.cljs @@ -7,7 +7,7 @@ ;; Types ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(def ^:static ^:private +hierarchy+ +(def ^:static +hierarchy+ (as-> (make-hierarchy) $ (derive $ :builtin/icon ::shape) (derive $ :builtin/rect ::shape)