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
@@ -8,7 +8,7 @@ import (
"fmt"
"github.com/charmbracelet/bubbles/v2/key"
tea "github.com/charmbracelet/bubbletea/v2"
tea "charm.land/bubbletea/v2"
)
// Type specifies the way we render pagination.
+1 -1
View File
@@ -3,7 +3,7 @@ package paginator
import (
"testing"
tea "github.com/charmbracelet/bubbletea/v2"
tea "charm.land/bubbletea/v2"
)
func TestNew(t *testing.T) {