wip: refactoring tui

This commit is contained in:
adamdottv
2025-06-12 05:35:40 -05:00
parent 9e4f0f3393
commit 6e35dc52f9
47 changed files with 1018 additions and 3406 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package util
import (
tea "github.com/charmbracelet/bubbletea"
tea "github.com/charmbracelet/bubbletea/v2"
)
func CmdHandler(msg tea.Msg) tea.Cmd {