Skip to content

Commit 2a2dd18

Browse files
committed
fix import
Signed-off-by: Shantanu <[email protected]>
1 parent e5f45eb commit 2a2dd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmd/history.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/charmbracelet/huh"
1717
huhSpinner "github.com/charmbracelet/huh/spinner"
1818
"github.com/creack/pty"
19-
"github.com/getsavvyinc/savvy-cli/browser"
19+
"github.com/getsavvyinc/savvy-cli/cmd/browser"
2020
"github.com/getsavvyinc/savvy-cli/display"
2121
"github.com/getsavvyinc/savvy-cli/export"
2222
"github.com/getsavvyinc/savvy-cli/extension"

0 commit comments

Comments
 (0)