mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
group namespaces
This commit is contained in:
parent
7061032778
commit
2c30dfcdc9
@ -1,12 +1,13 @@
|
||||
mod action;
|
||||
pub mod form;
|
||||
|
||||
use action::Action as WidgetAction;
|
||||
use form::{list::item::value::Value, Form};
|
||||
|
||||
use crate::app::browser::action::Action as BrowserAction;
|
||||
use crate::app::browser::window::action::Action as WindowAction;
|
||||
use crate::profile::Profile;
|
||||
use action::Action as WidgetAction;
|
||||
use crate::{
|
||||
app::browser::{action::Action as BrowserAction, window::action::Action as WindowAction},
|
||||
Profile,
|
||||
};
|
||||
use adw::{
|
||||
prelude::{AdwDialogExt, AlertDialogExt, AlertDialogExtManual},
|
||||
AlertDialog, ResponseAppearance,
|
||||
|
Loading…
x
Reference in New Issue
Block a user