use mumble_web2_gui::{app, imp::Platform, imp::PlatformInterface as _}; pub fn main() { Platform::init_logging(); dioxus::launch(app::app); }