fix(imports): change imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use crate::{gtk::prelude::*, model::model::*};
|
||||
use crate::{gtk::prelude::*, model::models::*};
|
||||
|
||||
impl<F, C> EventHandler<F, C>
|
||||
where
|
||||
@@ -26,4 +26,3 @@ where
|
||||
.connect_clicked(move |button| (self.callback)(button));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use crate::{gtk::prelude::*, model::model::*, view::components::switch::SwitchExt};
|
||||
use crate::{gtk::prelude::*, model::models::*, view::components::switch::SwitchExt};
|
||||
|
||||
pub trait SwEventHandler {
|
||||
fn on_toggle(self) -> ();
|
||||
|
||||
Reference in New Issue
Block a user