diff --git a/src/core/import.rs b/src/core/import.rs index 804dca1..1b83957 100644 --- a/src/core/import.rs +++ b/src/core/import.rs @@ -25,15 +25,15 @@ use crate::{ constants::regexp::RegExp, handlers::import_handlers::ImportHandlers, - core::{ - encrypt::Encrypt, - connection::Connection, - }, - ui::{ errors_alerts::ErrorsAlerts, success_alerts::SuccessAlerts, }, + + core::{ + encrypt::Encrypt, + connection::Connection, + }, }; pub struct Import {