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;
|
mod action;
|
||||||
pub mod form;
|
pub mod form;
|
||||||
|
|
||||||
|
use action::Action as WidgetAction;
|
||||||
use form::{list::item::value::Value, Form};
|
use form::{list::item::value::Value, Form};
|
||||||
|
|
||||||
use crate::app::browser::action::Action as BrowserAction;
|
use crate::{
|
||||||
use crate::app::browser::window::action::Action as WindowAction;
|
app::browser::{action::Action as BrowserAction, window::action::Action as WindowAction},
|
||||||
use crate::profile::Profile;
|
Profile,
|
||||||
use action::Action as WidgetAction;
|
};
|
||||||
use adw::{
|
use adw::{
|
||||||
prelude::{AdwDialogExt, AlertDialogExt, AlertDialogExtManual},
|
prelude::{AdwDialogExt, AlertDialogExt, AlertDialogExtManual},
|
||||||
AlertDialog, ResponseAppearance,
|
AlertDialog, ResponseAppearance,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user