login function moved

This commit is contained in:
filipriec
2025-08-23 21:05:02 +02:00
parent 597bdde7e1
commit fc2b65601e
3 changed files with 13 additions and 16 deletions

View File

@@ -2,7 +2,6 @@
pub mod admin;
pub mod intro;
pub mod login;
pub mod common;
pub use admin::*;