diff options
| author | 2026-03-06 18:09:52 -0500 | |
|---|---|---|
| committer | 2026-03-06 18:09:52 -0500 | |
| commit | ffb9c05de1c755dbddd8b67cca1d6023b213115f (patch) | |
| tree | fa8c375fc6489871b3539e15f39310dad99b3618 /src/tui/mod.rs | |
initial commit
Diffstat (limited to '')
| -rw-r--r-- | src/tui/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tui/mod.rs b/src/tui/mod.rs new file mode 100644 index 0000000..3e2facd --- /dev/null +++ b/src/tui/mod.rs @@ -0,0 +1,2 @@ +pub mod app; +pub mod ui; |
