aboutsummaryrefslogtreecommitdiff
path: root/src/shared.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared.rs')
-rw-r--r--src/shared.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared.rs b/src/shared.rs
index 5e912af..2fdbf4c 100644
--- a/src/shared.rs
+++ b/src/shared.rs
@@ -1,6 +1,6 @@
use std::{fmt, io, net::AddrParseError, sync::PoisonError};
-use crate::client::ConnectionId;
+use crate::client::connection::ConnectionId;
use bevy::prelude::{Deref, DerefMut, Resource};
use rcgen::RcgenError;
use tokio::runtime::Runtime;