chore: update import paths from github.com/charmbracelet/bubbles/v2 to charm.land/bubbles/v2

This commit is contained in:
Ayman Bagabas
2025-11-04 14:57:00 -05:00
parent 07735d1672
commit a10cfddef9
15 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package spinner_test
import (
"testing"
"github.com/charmbracelet/bubbles/v2/spinner"
"charm.land/bubbles/v2/spinner"
)
func TestSpinnerNew(t *testing.T) {