feat(imports): update imports
This commit is contained in:
parent
fcc2567aa2
commit
a787464c44
|
@ -1,8 +1,6 @@
|
|||
use gtk4::{self as gtk, prelude::WidgetExt};
|
||||
|
||||
#[allow(unused)]
|
||||
use gtk::{
|
||||
prelude::{BoxExt, IsA},
|
||||
prelude::{BoxExt, IsA, WidgetExt},
|
||||
Box, Orientation, Stack, StackSidebar, StackSwitcher, StackTransitionType, Widget,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue