login in the functions

This commit is contained in:
filipriec
2025-03-30 13:04:48 +02:00
parent e234dd1785
commit dc994f6ee1
2 changed files with 2 additions and 0 deletions

View File

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

View File