mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-12 12:57:44 +02:00
chore: Remove unused import
This commit is contained in:
parent
1428be6e2e
commit
923137651c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use adw::{Breakpoint, OverlaySplitView};
|
|||
use glib::subclass::InitializingObject;
|
||||
use gtk::prelude::WidgetExt;
|
||||
use gtk::subclass::prelude::*;
|
||||
use gtk::{glib, Button, CompositeTemplate, FlowBox, ListBox, PopoverMenu, SearchEntry};
|
||||
use gtk::{glib, Button, CompositeTemplate, FlowBox, ListBox, SearchEntry};
|
||||
|
||||
use crate::components::base::utils::{Listeners, Position};
|
||||
use crate::components::wifi::wifi_box::WifiBox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue