fix: use charm.land import path for bubbletea

This commit is contained in:
Ayman Bagabas
2025-11-04 14:54:08 -05:00
parent ffc9ec20b7
commit 84fd71dae6
21 changed files with 22 additions and 19 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"strings"
"testing"
tea "github.com/charmbracelet/bubbletea/v2"
tea "charm.land/bubbletea/v2"
)
func Test_CurrentSuggestion(t *testing.T) {