group namespaces

This commit is contained in:
yggverse 2024-12-08 04:49:24 +02:00
parent 7061032778
commit 2c30dfcdc9

View File

@ -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,