This commit is contained in:
Wildan M
2026-01-23 01:13:41 +07:00
parent 84d5dae607
commit 7a350efae4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use std::{env, time, thread};
use std::{env, thread, time};
use inputd::ProducerHandle;
use orbclient::KeyEvent as OrbKeyEvent;