login and register are now havving own handlers and loaders, moving logic out of event.rs and ui.rs
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
pub mod state;
|
||||
pub mod ui;
|
||||
pub mod logic;
|
||||
pub mod event;
|
||||
|
||||
pub use state::*;
|
||||
pub use ui::render_login;
|
||||
pub use logic::*;
|
||||
pub use event::*;
|
||||
|
||||
Reference in New Issue
Block a user