use crate::app::widgets::Widget; mod start; pub trait Page: Widget {} pub use start::*;