functions are now in the file dedicated to the functions belonging to the page
This commit is contained in:
7
client/src/tui/functions.rs
Normal file
7
client/src/tui/functions.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
// src/tui/functions.rs
|
||||
|
||||
pub mod admin;
|
||||
pub mod intro;
|
||||
|
||||
pub use admin::*;
|
||||
pub use intro::*;
|
||||
Reference in New Issue
Block a user