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
@@ -21,7 +21,7 @@ import (
"time"
"github.com/Adembc/lazyssh/internal/core/domain"
tcell "github.com/gdamore/tcell/v2" // Explicit alias
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)