feat: setup data

This commit is contained in:
Maulana Sodiqin
2025-03-21 05:36:00 +07:00
parent a90e8662e1
commit 413a28c089
13 changed files with 341 additions and 32 deletions
+4
View File
@@ -1,7 +1,11 @@
pub mod extract_email;
pub mod generate_date;
pub mod generate_otp;
pub mod response_format;
pub mod validator;
pub use extract_email::*;
pub use generate_date::*;
pub use generate_otp::*;
pub use response_format::*;
pub use validator::*;