login moved to the pages
This commit is contained in:
@@ -25,10 +25,11 @@ use crate::state::{
|
||||
},
|
||||
pages::{
|
||||
admin::AdminState,
|
||||
auth::{AuthState, LoginState, RegisterState},
|
||||
auth::{AuthState, RegisterState},
|
||||
intro::IntroState,
|
||||
},
|
||||
};
|
||||
use crate::pages::login::LoginState;
|
||||
use crate::tui::common::register;
|
||||
use crate::pages::login;
|
||||
use crate::pages::login::logic;
|
||||
|
||||
Reference in New Issue
Block a user