forked from Mirrors/bubbletea
Fix import in simple example
This commit is contained in:
parent
a454089275
commit
e79ee747c9
|
@ -7,7 +7,7 @@ import (
|
||||||
"log"
|
"log"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
tea "github.com/charmbracelet/bubbles"
|
tea "github.com/charmbracelet/bubbletea"
|
||||||
)
|
)
|
||||||
|
|
||||||
// A model can be more or less any type of data. It holds all the data for a
|
// A model can be more or less any type of data. It holds all the data for a
|
||||||
|
|
Loading…
Reference in New Issue