components are redesigned

This commit is contained in:
filipriec
2025-03-22 15:45:55 +01:00
parent fabe1e0ca7
commit ccd76eabdd
8 changed files with 14 additions and 12 deletions

View File

@@ -1,16 +1,8 @@
// src/components/handlers.rs
pub mod form;
pub mod command_line;
pub mod status_line;
pub mod canvas;
pub mod sidebar;
pub mod background;
pub mod admin_panel;
pub use command_line::render_command_line;
pub use form::*;
pub use status_line::render_status_line;
pub use canvas::*;
pub use sidebar::*;
pub use background::*;
pub use admin_panel::*;