aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index fb975d6..7a36cb1 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,10 +1,9 @@
-use std::time::Duration;
-
use calender_thing::{
interface::network_loop,
protocol::{ClientboundPacket, ServerboundPacket},
};
use crossbeam_channel::{Receiver, Sender};
+use std::time::Duration;
fn main() {
let (s, r) = crossbeam_channel::unbounded();