From e79ee747c9ca0910a57b11976f19684eb8e4faf9 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 27 May 2020 14:47:31 -0400 Subject: [PATCH] Fix import in simple example --- examples/simple/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple/main.go b/examples/simple/main.go index 780046e..288bdb1 100644 --- a/examples/simple/main.go +++ b/examples/simple/main.go @@ -7,7 +7,7 @@ import ( "log" "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