use component::Component; pub mod component; pub mod home; pub trait View { }