I can haz Label?

This commit is contained in:
2026-02-14 20:13:16 +01:00
parent 81971410ce
commit f6ec4492f1
6 changed files with 133 additions and 34 deletions

View File

@@ -1,3 +1,7 @@
use crate::app::widgets::Widget;
mod start;
pub trait Page: Widget {}
pub use start::*;