diff options
Diffstat (limited to 'internal/tui/components/repl/threads.go')
| -rw-r--r-- | internal/tui/components/repl/threads.go | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/internal/tui/components/repl/threads.go b/internal/tui/components/repl/threads.go deleted file mode 100644 index aa2bc080b..000000000 --- a/internal/tui/components/repl/threads.go +++ /dev/null @@ -1,21 +0,0 @@ -package repl - -import tea "github.com/charmbracelet/bubbletea" - -type threadsCmp struct{} - -func (i *threadsCmp) Init() tea.Cmd { - return nil -} - -func (i *threadsCmp) Update(_ tea.Msg) (tea.Model, tea.Cmd) { - return i, nil -} - -func (i *threadsCmp) View() string { - return "Threads" -} - -func NewThreadsCmp() tea.Model { - return &threadsCmp{} -} |
