Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
pub mod checkbox; pub mod diff; pub mod testing; pub mod theme; pub mod view; mod element; #[doc(inline)] pub use element::el; #[doc(inline)] pub use theme::{theme, Theme};