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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user