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 fa73ed1..3a46132 100644 --- a/menu/state.go +++ b/menu/state.go @@ -1,8 +1,8 @@ package menu import ( - "git.ewy.one/pik.git/menu/style" "github.com/charmbracelet/lipgloss" + "github.com/ewy1/pik/menu/style" ) var ( |
