remove extra dependency

This commit is contained in:
yggverse 2024-09-28 02:31:32 +03:00
parent 76ddc32a7c
commit 7c78396328

View File

@ -7,7 +7,7 @@ use page::Page;
use gtk::{ use gtk::{
glib::{uuid_string_random, GString}, glib::{uuid_string_random, GString},
prelude::WidgetExt, prelude::WidgetExt,
GestureClick, Notebook, Widget, GestureClick, Notebook,
}; };
use std::{cell::RefCell, collections::HashMap, sync::Arc}; use std::{cell::RefCell, collections::HashMap, sync::Arc};