diff --git a/main.go b/main.go index 806a7c6..cabb1c5 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ type Bubble struct { } // Init intializes the UI. -func (b Bubble) Init() tea.Cmd { +func (Bubble) Init() tea.Cmd { return nil }