mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25: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;
|
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…
Add table
Add a link
Reference in a new issue