mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
short namespace rule
This commit is contained in:
parent
edb385f903
commit
2cab9e4287
1 changed files with 2 additions and 7 deletions
|
|
@ -21,13 +21,8 @@ use search::Search;
|
||||||
use status::Status;
|
use status::Status;
|
||||||
use widget::Widget;
|
use widget::Widget;
|
||||||
|
|
||||||
use crate::{
|
use super::{Action as TabAction, BrowserAction, Profile, WindowAction};
|
||||||
app::browser::{
|
|
||||||
window::{tab::item::Action as TabAction, Action as WindowAction},
|
|
||||||
Action as BrowserAction,
|
|
||||||
},
|
|
||||||
Profile,
|
|
||||||
};
|
|
||||||
use gtk::{
|
use gtk::{
|
||||||
gdk::Texture,
|
gdk::Texture,
|
||||||
gdk_pixbuf::Pixbuf,
|
gdk_pixbuf::Pixbuf,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue