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

@@ -6,9 +6,9 @@ import (
"fmt"
"math"
"strings"
"tea"
"time"
"github.com/charmbracelet/tea"
"github.com/fogleman/ease"
)