use crate::any::AnyTrait; pub mod button; pub mod slider; pub trait Component: AnyTrait {}