grpc_service moved

This commit is contained in:
filipriec
2025-03-31 07:13:24 +02:00
parent 9cf25afa52
commit f66d67c238
6 changed files with 8 additions and 3 deletions

View File

@@ -5,6 +5,8 @@ use crossterm::event::{KeyEvent, KeyCode, KeyModifiers};
use crate::config::binds::config::Config;
use crate::state::pages::form::FormState;
use crate::modes::canvas::common;
use crate::services::grpc_client::GrpcClient;
pub async fn handle_edit_event_internal(
key: KeyEvent,