Break ui code to separate namespace and refactor

This commit is contained in:
oakes
2014-01-11 14:14:13 -05:00
parent b2efae2d99
commit bf98ffbb9b
8 changed files with 230 additions and 205 deletions

View File

@@ -10,3 +10,7 @@
(defmethod renderer :stage [_]
(Stage.))
(defmacro label
[& args]
`(ui/label ~@args))