diff --git a/service/src/lib.rs b/service/src/lib.rs index 637b2ce..e4e2fa7 100644 --- a/service/src/lib.rs +++ b/service/src/lib.rs @@ -204,8 +204,8 @@ pub fn run( #[cfg(test)] mod tests { use crate::{frontend::Console, run, Config}; - use rdev::{self, Button, EventType::*, Key::*}; use afrish::{self, TkPackLayout}; + use rdev::{self, Button, EventType::*, Key::*}; use std::{thread, time::Duration}; macro_rules! input {