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

@@ -3,8 +3,10 @@ pub mod handlers;
pub mod intro;
pub mod admin;
pub mod common;
pub mod form;
pub use handlers::*;
pub use intro::*;
pub use admin::*;
pub use common::*;
pub use form::*;