mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
group namespaces
This commit is contained in:
parent
7061032778
commit
2c30dfcdc9
1 changed files with 5 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue