forked from Mirrors/bubbletea
Update tea imports in examples
This commit is contained in:
parent
1695d9682b
commit
768462afb3
|
@ -5,8 +5,9 @@ package main
|
|||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"tea"
|
||||
"time"
|
||||
|
||||
"github.com/charmbracelet/tea"
|
||||
)
|
||||
|
||||
type model int
|
||||
|
|
|
@ -5,8 +5,9 @@ package main
|
|||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"tea"
|
||||
"time"
|
||||
|
||||
"github.com/charmbracelet/tea"
|
||||
)
|
||||
|
||||
type model int
|
||||
|
|
|
@ -6,9 +6,9 @@ import (
|
|||
"fmt"
|
||||
"math"
|
||||
"strings"
|
||||
"tea"
|
||||
"time"
|
||||
|
||||
"github.com/charmbracelet/tea"
|
||||
"github.com/fogleman/ease"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue