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
@@ -5,7 +5,7 @@ import (
"sync/atomic"
"time"
tea "github.com/charmbracelet/bubbletea/v2"
tea "charm.land/bubbletea/v2"
)
var lastID int64