cargo fix

This commit is contained in:
filipriec
2025-04-18 14:59:34 +02:00
parent 14b81cba19
commit 11e8f87fe6
6 changed files with 3 additions and 8 deletions

View File

@@ -29,7 +29,6 @@ use crate::state::{
auth::{AuthState, LoginState, RegisterState},
admin::AdminState,
canvas_state::CanvasState,
add_table::AddTableState,
form::FormState,
intro::IntroState,
},
@@ -38,7 +37,6 @@ use crate::modes::{
common::{command_mode, commands::CommandHandler},
handlers::mode_manager::{ModeManager, AppMode},
canvas::{edit, read_only, common_mode},
highlight::highlight,
general::{navigation, dialog},
};
use crate::functions::modes::navigation::{admin_nav, add_table_nav};