fix(imports): change imports
This commit is contained in:
parent
21ccba9ddb
commit
61f6777735
|
@ -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) -> ();
|
||||
|
|
Loading…
Reference in New Issue