Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
neacsu committed Jul 12, 2024
1 parent da8d537 commit 12090a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nym-vpn-core/nym-vpn-lib/src/tunnel_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
use std::time::Duration;

use crate::error::{Error, Result};
<<<<<<< HEAD
use crate::mixnet_connect::SharedMixnetClient;
=======
use crate::platform;
>>>>>>> origin/main
use crate::routing::{catch_all_ipv4, catch_all_ipv6, replace_default_prefixes};
use crate::tunnel::setup_route_manager;
use crate::uniffi_custom_impls::TunStatus;
Expand Down

0 comments on commit 12090a2

Please sign in to comment.