wip: refactoring tui

This commit is contained in:
adamdottv 2025-06-12 05:35:40 -05:00
parent a1ce35c208
commit cce2e4ad75
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
47 changed files with 1018 additions and 3406 deletions

View file

@ -3,8 +3,8 @@ package layout
import (
"reflect"
"github.com/charmbracelet/bubbles/key"
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/bubbles/v2/key"
tea "github.com/charmbracelet/bubbletea/v2"
)
var Current *LayoutInfo