mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
enshort namespaces, give name to gobject
This commit is contained in:
parent
a1617b2b1b
commit
dd5fada7c7
4 changed files with 9 additions and 10 deletions
|
|
@ -4,8 +4,7 @@ mod widget;
|
|||
use bar::Bar;
|
||||
use widget::Widget;
|
||||
|
||||
use crate::app::browser::action::Action as BrowserAction;
|
||||
use crate::app::browser::window::action::Action as WindowAction;
|
||||
use super::{Action as WindowAction, BrowserAction};
|
||||
use adw::TabView;
|
||||
use std::rc::Rc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue