fixes
This commit is contained in:
5
src/input/mod.rs
Normal file
5
src/input/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
mod auth;
|
||||
mod main_input;
|
||||
|
||||
pub use auth::handle as handle_auth_input;
|
||||
pub use main_input::handle as handle_main_input;
|
||||
Reference in New Issue
Block a user