//! UI page implementations pub mod artists; pub mod playlists; pub mod queue; pub mod server; pub mod settings;