заменяет на Maks1mS/bubbles

This commit is contained in:
2022-11-09 12:20:21 +00:00
parent 01abdf10c0
commit 0c77bee95d
11 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
package viewport
import "github.com/charmbracelet/bubbles/key"
import "github.com/Maks1mS/bubbles/key"
const spacebar = " "

View File

@@ -4,7 +4,7 @@ import (
"math"
"strings"
"github.com/charmbracelet/bubbles/key"
"github.com/Maks1mS/bubbles/key"
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
)