Fixed random bug in file info menu and added all blocks to be rounded borders

This commit is contained in:
2023-08-08 10:50:05 -06:00
parent befd4bc15a
commit a7dccf7990
3 changed files with 10 additions and 8 deletions
+3 -4
View File
@@ -1,8 +1,7 @@
pub use self::{
input_event::{Events, InputEvent},
key::Key
input_event::{Events, InputEvent},
key::Key,
};
mod key;
pub mod input_event;
mod key;