mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-11 02:44:15 +00:00
remove extra dependency
This commit is contained in:
parent
76ddc32a7c
commit
7c78396328
@ -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};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user