fix uidev build

This commit is contained in:
Aleksander
2026-01-06 18:27:09 +01:00
parent ce558855d4
commit 0f89321070

View File

@@ -9,14 +9,13 @@ pub struct TestbedDashboard {
impl TestbedDashboard {
pub fn new() -> anyhow::Result<Self> {
let settings = SimpleSettingsIO::new();
let interface = DashInterfaceEmulated::new();
let frontend = frontend::Frontend::new(
frontend::InitParams {
interface: Box::new(interface),
},
(),
&mut (),
)?;
Ok(Self { frontend })
}