update examples

This commit is contained in:
🪞👃🪞 2025-01-05 22:17:45 +01:00
parent 0e821e098f
commit 400fd9b6e9
9 changed files with 12 additions and 45 deletions

View file

@ -8,7 +8,7 @@ const EDN: &'static str = include_str!("groovebox.edn");
impl Content<TuiOut> for Groovebox {
fn content (&self) -> impl Render<TuiOut> {
self.size.of(EdnView::new(self, EDN).expect("failed to build view"))
self.size.of(EdnView::new(self, EDN))
}
}