functions are now in the file dedicated to the functions belonging to the page

This commit is contained in:
filipriec
2025-03-26 00:26:36 +01:00
parent 92045a4e67
commit 11214734ae
5 changed files with 42 additions and 26 deletions

View File

@@ -0,0 +1,7 @@
// src/tui/functions.rs
pub mod admin;
pub mod intro;
pub use admin::*;
pub use intro::*;