diff --git a/frontend/src/controls_panel.rs b/frontend/src/controls_panel.rs
index d55e722..90f9cce 100644
--- a/frontend/src/controls_panel.rs
+++ b/frontend/src/controls_panel.rs
@@ -3,6 +3,7 @@ use std::cell::Cell;
use std::mem;
use std::ops::Not;
use std::rc::Rc;
+use std::sync::Arc;
use wellen::GetItem;
use zoon::*;
@@ -32,7 +33,7 @@ struct ScopeForUI {
#[derive(Clone)]
pub struct ControlsPanel {
selected_scope_ref: Mutable