going into a new canvas library structure

This commit is contained in:
Priec
2025-08-19 13:24:48 +02:00
parent 858f5137d8
commit d0ff449e3b
7 changed files with 76 additions and 71 deletions

View File

@@ -8,7 +8,6 @@ use crate::config::storage::storage::load_auth_data;
use crate::modes::common::commands::CommandHandler;
use crate::modes::handlers::event::{EventHandler, EventOutcome};
use crate::modes::handlers::mode_manager::{AppMode, ModeManager};
use canvas::canvas::CanvasState; // Only external library import
use crate::state::pages::form::{FormState, FieldDefinition};
use crate::state::pages::auth::AuthState;
use crate::state::pages::auth::LoginState;