Remove unused import

This commit is contained in:
Lucy 2022-03-16 12:54:02 -04:00
parent d4b67bb990
commit 57c185acb1
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1

View file

@ -5,9 +5,7 @@ use gtk4::{
use libcosmic_widgets::LabeledItem;
use libpulse_binding::volume::Volume;
use pulsectl::controllers::{types::DeviceInfo, DeviceControl, SinkController, SourceController};
use relm4::{
component, view, Component, ComponentParts, RelmContainerExt, Sender, SimpleComponent,
};
use relm4::{component, view, ComponentParts, RelmContainerExt, Sender, SimpleComponent};
use std::rc::Rc;
pub struct App {