5 lines
72 B
Text
5 lines
72 B
Text
|
(defwidget time []
|
||
|
(box
|
||
|
:class "time"
|
||
|
(label
|
||
|
:text time)))
|