diff --git a/burrow-gtk/src/components/mod.rs b/burrow-gtk/src/components/mod.rs index cc9196b..49f8971 100644 --- a/burrow-gtk/src/components/mod.rs +++ b/burrow-gtk/src/components/mod.rs @@ -7,6 +7,7 @@ use relm4::{ AsyncController, }, prelude::*, + Worker, WorkerController, }; use std::sync::Arc; use tokio::sync::Mutex;