Skip to content

Commit 508235a

Browse files
Update components/HelpStatus.go
Co-authored-by: ccoVeille <[email protected]>
1 parent c7b2982 commit 508235a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: components/HelpStatus.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ package components
22

33
import (
44
"github.com/gdamore/tcell/v2"
5+
"github.com/rivo/tview"
6+
57
"github.com/jorgerojas26/lazysql/app"
68
"github.com/jorgerojas26/lazysql/keymap"
7-
"github.com/rivo/tview"
89
)
910

1011
type HelpStatus struct {

0 commit comments

Comments
 (0)