buffer working

This commit is contained in:
filipriec
2025-04-14 22:34:22 +02:00
parent ec062bbf24
commit 20f9fae141
5 changed files with 64 additions and 56 deletions

View File

@@ -1,6 +1,8 @@
// src/components/handlers.rs
pub mod canvas;
pub mod sidebar;
pub mod buffer_list;
pub use canvas::*;
pub use sidebar::*;
pub use buffer_list::*;