project structure redesign

This commit is contained in:
filipriec
2025-02-25 23:20:29 +01:00
parent 08bbd9bd29
commit 5010b73bab
15 changed files with 67 additions and 14 deletions

2
client/src/tui/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
// src/tui/mod.rs
pub mod terminal;