moving read_only functions for the form specific

This commit is contained in:
filipriec
2025-03-29 22:36:03 +01:00
parent ee666e91ed
commit 9622e0bd3c
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
pub mod admin;
pub mod intro;
pub mod form;
pub use admin::*;
pub use intro::*;
pub use form::*;