summaryrefslogtreecommitdiff
path: root/internal/picker/defaults.go
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-11-26 15:38:39 -0500
committerGitHub <noreply@github.com>2024-11-26 15:38:39 -0500
commit0c36ae9d01739ad0f30f2b32efd33f93deadf71a (patch)
treefdd15d32cbc2cb997c35fdfd94574ce515712ece /internal/picker/defaults.go
parent90bca5960cacd4b6971576fc643309827c87bf16 (diff)
fix: smoother progress bar (#21)
Diffstat (limited to 'internal/picker/defaults.go')
-rw-r--r--internal/picker/defaults.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/picker/defaults.go b/internal/picker/defaults.go
index 3f22140..a7a0d89 100644
--- a/internal/picker/defaults.go
+++ b/internal/picker/defaults.go
@@ -1,8 +1,8 @@
package picker
import (
+ "github.com/ChausseBenjamin/termpicker/internal/progress"
"github.com/ChausseBenjamin/termpicker/internal/slider"
- "github.com/charmbracelet/bubbles/progress"
)
func RGB() *Model {