feat(import): remove redundant import
This commit is contained in:
parent
6fbe74e851
commit
377c74369c
|
@ -1,4 +1,4 @@
|
|||
use gtk4::{self as gtk, prelude::WidgetExt, Align};
|
||||
use gtk4::{self as gtk, prelude::WidgetExt};
|
||||
|
||||
#[allow(unused)]
|
||||
use gtk::{
|
||||
|
|
Loading…
Reference in New Issue