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

@@ -0,0 +1,4 @@
// src/components/form.rs
pub mod form;
pub use form::*;