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 (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
"tea"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/charmbracelet/tea"
|
||||||
)
|
)
|
||||||
|
|
||||||
type model int
|
type model int
|
||||||
|
|
|
@ -5,8 +5,9 @@ package main
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
"tea"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/charmbracelet/tea"
|
||||||
)
|
)
|
||||||
|
|
||||||
type model int
|
type model int
|
||||||
|
|
|
@ -6,9 +6,9 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"math"
|
"math"
|
||||||
"strings"
|
"strings"
|
||||||
"tea"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/charmbracelet/tea"
|
||||||
"github.com/fogleman/ease"
|
"github.com/fogleman/ease"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue