feat(imports): update imports + delete allow(unused)

This commit is contained in:
doryan 2024-08-16 23:33:50 +04:00
parent dd2007c895
commit cc4ba6168f

View File

@ -4,9 +4,7 @@ use adw::HeaderBar;
use gtk4 as gtk;
use gtk::{prelude::*, StackTransitionType::SlideLeftRight, *};
use info_bar::InfoBar;
#[allow(unused)]
use crate::view::{
components::{about::open_about_dialogue, info_bar::InfoBar, menu::HeaderMenu, pages::Pages},
pages::*,