7 lines
75 B
Rust
7 lines
75 B
Rust
// src/tui/functions.rs
|
|
|
|
pub mod admin;
|
|
pub mod common;
|
|
|
|
pub use admin::*;
|