aboutsummaryrefslogtreecommitdiff
path: root/core/server_test/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/server_test/src/main.rs')
-rw-r--r--core/server_test/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/server_test/src/main.rs b/core/server_test/src/main.rs
index 703b447..c134fbc 100644
--- a/core/server_test/src/main.rs
+++ b/core/server_test/src/main.rs
@@ -1,5 +1,5 @@
use phantomlink_gamepad_core::message::PlayerMessage;
-use phantomlink_gamepad_core::phantom_link_server::{PLServer, PLServerEvent};
+use phantomlink_gamepad_core::server::{PLServer, PLServerEvent};
use phantomlink_gamepad_core::player::PlayerInfo;
fn main() {