Remove unnecessary import in series grid item
This commit is contained in:
parent
18d6eedb15
commit
a21de4cc5d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ use gtk4::gdk::Texture;
|
|||
use gtk4::glib::clone;
|
||||
use gtk4::pango::{AttrList, Weight};
|
||||
use gtk4::prelude::{ButtonExt, OrientableExt, WidgetExt};
|
||||
use gtk4::{Align, Button, FlowBox, FlowBoxChild, Image, Justification, Label, Orientation, pango};
|
||||
use gtk4::{Button, FlowBox, FlowBoxChild, Image, Justification, Label, Orientation, pango};
|
||||
use libadwaita::Dialog;
|
||||
use libadwaita::prelude::AdwDialogExt;
|
||||
use relm4::factory::{DynamicIndex, FactoryComponent};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue