Skip to content

Commit

Permalink
refactor: reorder imports in import.rs for improved organization
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Dec 24, 2024
1 parent 809f15d commit 39ceb63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/core/import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 39ceb63

Please sign in to comment.