diff options
Diffstat (limited to 'menu/target.go')
| -rw-r--r-- | menu/target.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/menu/target.go b/menu/target.go index ee31889..ad373cc 100644 --- a/menu/target.go +++ b/menu/target.go @@ -1,10 +1,10 @@ package menu import ( + "git.sr.ht/~ewy/pik/menu/style" + "git.sr.ht/~ewy/pik/model" + "git.sr.ht/~ewy/pik/viewport" "github.com/charmbracelet/lipgloss" - "github.com/ewy1/pik/menu/style" - "github.com/ewy1/pik/model" - "github.com/ewy1/pik/viewport" ) var ( |
