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
@@ -7,7 +7,7 @@ import (
"github.com/charmbracelet/bubbles/v2/help"
"github.com/charmbracelet/bubbles/v2/key"
"github.com/charmbracelet/bubbles/v2/viewport"
tea "github.com/charmbracelet/bubbletea/v2"
tea "charm.land/bubbletea/v2"
"github.com/charmbracelet/lipgloss/v2"
"github.com/mattn/go-runewidth"
)