mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 11:09:17 -07:00
Update tea imports in examples
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user