From 39ceb631e5e341c96f2acb481982eb4b68c59cbc Mon Sep 17 00:00:00 2001 From: Kremilly Date: Tue, 24 Dec 2024 07:46:35 -0300 Subject: [PATCH] refactor: reorder imports in import.rs for improved organization --- src/core/import.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 {