//! Embedded static assets for the setup UI.
pubconstINDEX_HTML:&str=include_str!("../../assets/setup-ui/index.html");pubconstAPP_JS:&str=include_str!("../../assets/setup-ui/app.js");pubconstSTYLE_CSS:&str=include_str!("../../assets/setup-ui/style.css");