feat(imports): update imports

This commit is contained in:
doryan 2024-08-18 10:29:15 -07:00
parent fcc2567aa2
commit a787464c44

View File

@ -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,
};