summaryrefslogtreecommitdiff
path: root/viewport/scroll.go
diff options
context:
space:
mode:
Diffstat (limited to 'viewport/scroll.go')
-rw-r--r--viewport/scroll.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewport/scroll.go b/viewport/scroll.go
index 8a109bd..e0f9aae 100644
--- a/viewport/scroll.go
+++ b/viewport/scroll.go
@@ -1,8 +1,8 @@
package viewport
import (
+ "git.sr.ht/~ewy/pik/menu/style"
"github.com/charmbracelet/lipgloss"
- "github.com/ewy1/pik/menu/style"
"strings"
)