register on the way

This commit is contained in:
filipriec
2025-04-10 18:50:54 +02:00
parent 4e01740a61
commit b51e76e366
6 changed files with 276 additions and 5 deletions

View File

@@ -3,3 +3,4 @@ pub mod login;
pub mod register;
pub use login::*;
pub use register::*;