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

@@ -4,8 +4,8 @@ import (
"fmt"
"os"
"github.com/charmbracelet/bubbles/spinner"
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/bubbletea/spinner"
"github.com/muesli/termenv"
)