Fix import in simple example

This commit is contained in:
Christian Rocha 2020-05-27 14:47:31 -04:00
parent a454089275
commit e79ee747c9
No known key found for this signature in database
GPG Key ID: D6CC7A16E5878018
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"log"
"time"
tea "github.com/charmbracelet/bubbles"
tea "github.com/charmbracelet/bubbletea"
)
// A model can be more or less any type of data. It holds all the data for a