Missing import

This commit is contained in:
dav 2024-08-16 18:06:11 -07:00 committed by David Zhong
parent c455c1fbbe
commit 0ba1ea9237

View file

@ -7,6 +7,7 @@ use relm4::{
AsyncController,
},
prelude::*,
Worker, WorkerController,
};
use std::sync::Arc;
use tokio::sync::Mutex;