diff --git a/components/HelpModal.go b/components/HelpModal.go index fca5fc6..4bec8c8 100644 --- a/components/HelpModal.go +++ b/components/HelpModal.go @@ -4,10 +4,11 @@ import ( "strings" "github.com/gdamore/tcell/v2" + "github.com/rivo/tview" + "github.com/jorgerojas26/lazysql/app" "github.com/jorgerojas26/lazysql/commands" "github.com/jorgerojas26/lazysql/keymap" - "github.com/rivo/tview" ) type HelpModal struct {