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
@@ -8,7 +8,7 @@ import (
"time"
tea "charm.land/bubbletea/v2"
"github.com/charmbracelet/lipgloss/v2"
"charm.land/lipgloss/v2"
)
const defaultBlinkSpeed = time.Millisecond * 530