moving modes/canvas/common.rs into the functions

This commit is contained in:
filipriec
2025-03-31 13:22:08 +02:00
parent 87cdb8048d
commit c82b62f72b
2 changed files with 182 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
// src/tui/functions/common.rs
pub mod commands;
pub mod form;
pub use commands::*;
pub use form::*;