fix: import trait

This commit is contained in:
Ashley Wulber 2022-06-09 15:51:58 -04:00
parent 02e240b6bb
commit 5661e0c045
8 changed files with 24 additions and 8 deletions

View file

@ -20,7 +20,7 @@ use gtk4::{
};
use once_cell::sync::Lazy;
use tokio::runtime::Runtime;
use cosmic_panel_config::config::CosmicPanelConfig;
use cosmic_panel_config::config::{CosmicPanelConfig, XdgWrapperConfig};
static RT: Lazy<Runtime> = Lazy::new(|| Runtime::new().expect("failed to build tokio runtime"));