appstate moved to its folder also

This commit is contained in:
filipriec
2025-04-13 22:52:15 +02:00
parent d995fab0e4
commit 1927d1fa4d
23 changed files with 25 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
use crate::tui::terminal::core::TerminalCore;
use crate::state::pages::{form::FormState, auth::LoginState, auth::RegisterState, auth::AuthState};
use crate::state::state::AppState;
use crate::state::app::state::AppState;
use crate::services::grpc_client::GrpcClient;
use crate::services::auth::AuthClient;
use crate::modes::handlers::event::EventOutcome;