refactor: migrate imports to charm.land/lipgloss

This commit is contained in:
Ayman Bagabas
2025-11-04 15:02:23 -05:00
parent a10cfddef9
commit da0b892d17
20 changed files with 23 additions and 33 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"charm.land/bubbles/v2/internal/runeutil"
"charm.land/bubbles/v2/key"
tea "charm.land/bubbletea/v2"
"github.com/charmbracelet/lipgloss/v2"
"charm.land/lipgloss/v2"
rw "github.com/mattn/go-runewidth"
"github.com/rivo/uniseg"
)