diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-02 15:14:15 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-02 15:14:15 +0200 |
| commit | 5087803ef84e95e4e208dbc90db0f9af89dd1b9a (patch) | |
| tree | a2e963dd99b57d55a408ac8045d04c3cddc63c10 /viewport | |
| parent | 43a46a1a3a50e08d5a774c73a2528b877ac29451 (diff) | |
update module path
Diffstat (limited to 'viewport')
| -rw-r--r-- | viewport/scroll.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewport/scroll.go b/viewport/scroll.go index 809fe17..280fea7 100644 --- a/viewport/scroll.go +++ b/viewport/scroll.go @@ -1,8 +1,8 @@ package viewport import ( + "git.ewy.one/pik/menu/style" "github.com/charmbracelet/lipgloss" - "pik/menu/style" "strings" ) |
