intro is now separated

This commit is contained in:
filipriec
2025-08-23 21:58:29 +02:00
parent e6072d25c5
commit 88a4b2d69c
13 changed files with 20 additions and 18 deletions

View File

@@ -1,8 +1,6 @@
// src/tui/functions.rs
pub mod admin;
pub mod intro;
pub mod common;
pub use admin::*;
pub use intro::*;