moved form.rs into the state where it really belongs to
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
use crossterm::event::KeyEvent;
|
||||
use crate::config::binds::config::Config;
|
||||
use crate::state::state::AppState;
|
||||
use crate::ui::handlers::form::FormState;
|
||||
use crate::state::pages::form::FormState;
|
||||
|
||||
pub async fn handle_navigation_event(
|
||||
key: KeyEvent,
|
||||
|
||||
Reference in New Issue
Block a user