stuff
This commit is contained in:
@@ -2,6 +2,7 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
tea "github.com/charmbracelet/bubbletea"
|
tea "github.com/charmbracelet/bubbletea"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -84,7 +85,6 @@ func (m model) View() string {
|
|||||||
|
|
||||||
s += "\n\n"
|
s += "\n\n"
|
||||||
|
|
||||||
|
|
||||||
// Iterate over our choices
|
// Iterate over our choices
|
||||||
for i, choice := range currentList {
|
for i, choice := range currentList {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user