diff options
Diffstat (limited to 'menu/state.go')
| -rw-r--r-- | menu/state.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu/state.go b/menu/state.go index 55da10b..5ccc11d 100644 --- a/menu/state.go +++ b/menu/state.go @@ -1,8 +1,8 @@ package menu import ( + "git.sr.ht/~ewy/pik/menu/style" "github.com/charmbracelet/lipgloss" - "github.com/ewy1/pik/menu/style" ) var ( |
