feat: add main features
Agents for developpement added + frontend add + backend added. Git viewer created + agent and template creator + layout and project creator
This commit is contained in:
6
crates/application/src/window/mod.rs
Normal file
6
crates/application/src/window/mod.rs
Normal file
@ -0,0 +1,6 @@
|
||||
//! Window/tab use cases (ARCHITECTURE §6, §10; L10). Detaching a tab into a new
|
||||
//! OS window, persisting the workspace.
|
||||
|
||||
mod usecases;
|
||||
|
||||
pub use usecases::{MoveTabToNewWindow, MoveTabToNewWindowInput, MoveTabToNewWindowOutput};
|
||||
Reference in New Issue
Block a user