Migrate components over to github.com/charmbracelet/bubbles

This commit is contained in:
Christian Rocha
2020-05-25 20:10:15 -04:00
parent 3b8b011b5a
commit 40332a36b3
11 changed files with 9 additions and 908 deletions

View File

@@ -5,8 +5,8 @@ import (
"fmt"
"log"
input "github.com/charmbracelet/bubbles/textinput"
tea "github.com/charmbracelet/bubbletea"
input "github.com/charmbracelet/bubbletea/textinput"
)
type Model struct {