diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-10-24 12:02:39 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-10-24 12:02:39 -0400 |
commit | d6c5530b35743d1a2f153f942f508ca0768870af (patch) | |
tree | 1374ab8394ed9ad7a2720f5c158426a54b89b7b5 /internal/tui/tui.go | |
parent | 7277fa994838474ced8dc61a5f5002cb269685e8 (diff) |
Diffstat (limited to 'internal/tui/tui.go')
-rw-r--r-- | internal/tui/tui.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/tui/tui.go b/internal/tui/tui.go new file mode 100644 index 0000000..3bbbc95 --- /dev/null +++ b/internal/tui/tui.go @@ -0,0 +1,5 @@ +package tui + +// TODO: Implement the TUI struct +// This will be the main thing containing all elements +type TUI struct{} |