mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
remove extra dependency
This commit is contained in:
parent
76ddc32a7c
commit
7c78396328
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue