form component is now in the separate component

This commit is contained in:
filipriec
2025-03-24 15:57:41 +01:00
parent 355aff3032
commit 938a1f16f1
6 changed files with 10 additions and 5 deletions

View File

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