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

@@ -4,7 +4,7 @@ use crate::{
config::colors::themes::Theme,
state::pages::auth::RegisterState, // Use RegisterState
components::common::{dialog, autocomplete},
state::state::AppState,
state::app::state::AppState,
state::pages::canvas_state::CanvasState,
modes::handlers::mode_manager::AppMode,
};