diff options
author | Henauxg <19689618+Henauxg@users.noreply.github.com> | 2022-11-17 15:17:21 +0100 |
---|---|---|
committer | Henauxg <19689618+Henauxg@users.noreply.github.com> | 2022-11-17 15:17:21 +0100 |
commit | c7c2d6af5396b2870b1bf7170ecc68b5f8ee3459 (patch) | |
tree | 4bf11be206d46aa477bf5da070ad87ebf411b066 /examples/breakout/client.rs | |
parent | d76ef7bc0feb2b14762412b6bc83a3b8ebe64afd (diff) |
[examples] Update import paths
Diffstat (limited to 'examples/breakout/client.rs')
-rw-r--r-- | examples/breakout/client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/breakout/client.rs b/examples/breakout/client.rs index 45f8bc2..234a0bd 100644 --- a/examples/breakout/client.rs +++ b/examples/breakout/client.rs @@ -16,7 +16,7 @@ use bevy::{ }; use bevy_quinnet::{ client::{certificate::CertificateVerificationMode, Client, ConnectionConfiguration}, - ClientId, + shared::ClientId, }; use crate::{ |