chore: rename

This commit is contained in:
adamdottv 2025-05-13 10:02:39 -05:00
parent 1e9399fbee
commit 2391e338b4
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
81 changed files with 294 additions and 292 deletions

View file

@ -4,7 +4,7 @@ import (
"github.com/charmbracelet/bubbles/key"
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
"github.com/opencode-ai/opencode/internal/tui/theme"
"github.com/sst/opencode/internal/tui/theme"
)
type SplitPaneLayout interface {