Update tea imports in examples

This commit is contained in:
Christian Rocha
2020-01-18 11:15:55 -05:00
parent 1695d9682b
commit 768462afb3
3 changed files with 5 additions and 3 deletions

View File

@@ -5,8 +5,9 @@ package main
import (
"fmt"
"log"
"tea"
"time"
"github.com/charmbracelet/tea"
)
type model int