rm useless alias

This commit is contained in:
Adem Baccara
2025-08-17 17:53:03 +01:00
parent 76adc5801e
commit 215470279c
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"strings"
"time"
tcell "github.com/gdamore/tcell/v2" // Explicit alias
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)