Update examples

This commit is contained in:
2024-06-19 00:17:44 -04:00
parent 99be133432
commit 45b2bee72d
2 changed files with 1 additions and 2 deletions

View File

@@ -69,7 +69,6 @@ func NewClockFace () *ClockFace {
CanvasBox: tomo.NewCanvasBox(),
}
box.SetRole(tomo.R("nasin", "ClockFace", ""))
tomo.Apply(box)
box.SetDrawer(box)
return box
}