login moved to the pages

This commit is contained in:
filipriec
2025-08-23 20:58:12 +02:00
parent f56092e86c
commit 597bdde7e1
8 changed files with 103 additions and 137 deletions

View File

@@ -4,6 +4,6 @@ pub mod state;
pub mod ui;
pub mod logic;
pub use state::LoginState;
pub use state::*;
pub use ui::render_login;
pub use logic::*;