Break ui code to separate namespace and refactor
This commit is contained in:
@@ -10,3 +10,7 @@
|
||||
|
||||
(defmethod renderer :stage [_]
|
||||
(Stage.))
|
||||
|
||||
(defmacro label
|
||||
[& args]
|
||||
`(ui/label ~@args))
|
||||
|
||||
Reference in New Issue
Block a user