chore: move cursor bubble to internal

This commit is contained in:
Maas Lalani
2022-09-14 10:53:00 -04:00
parent a99b55cda1
commit a4ed54327f
3 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import (
"unicode"
"github.com/atotto/clipboard"
"github.com/charmbracelet/bubbles/cursor"
"github.com/charmbracelet/bubbles/internal/cursor"
"github.com/charmbracelet/bubbles/key"
"github.com/charmbracelet/bubbles/viewport"
tea "github.com/charmbracelet/bubbletea"