diff options
| author | adamdottv <[email protected]> | 2025-05-13 10:02:39 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-13 10:02:39 -0500 |
| commit | 2391e338b4e41726e7233e2bf027a62476140130 (patch) | |
| tree | e84cae9f97b8f94e13e800e96e529d6961caca8d /internal/tui/layout | |
| parent | 1e9399fbee0c99f09d3eb06d2e2ccc05f8871571 (diff) | |
| download | opencode-2391e338b4e41726e7233e2bf027a62476140130.tar.gz opencode-2391e338b4e41726e7233e2bf027a62476140130.zip | |
chore: rename
Diffstat (limited to 'internal/tui/layout')
| -rw-r--r-- | internal/tui/layout/container.go | 2 | ||||
| -rw-r--r-- | internal/tui/layout/overlay.go | 6 | ||||
| -rw-r--r-- | internal/tui/layout/split.go | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/internal/tui/layout/container.go b/internal/tui/layout/container.go index f960bd5f3..08b10fdd6 100644 --- a/internal/tui/layout/container.go +++ b/internal/tui/layout/container.go @@ -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 Container interface { diff --git a/internal/tui/layout/overlay.go b/internal/tui/layout/overlay.go index 3a14dbc5e..64836463d 100644 --- a/internal/tui/layout/overlay.go +++ b/internal/tui/layout/overlay.go @@ -8,9 +8,9 @@ import ( "github.com/muesli/ansi" "github.com/muesli/reflow/truncate" "github.com/muesli/termenv" - "github.com/opencode-ai/opencode/internal/tui/styles" - "github.com/opencode-ai/opencode/internal/tui/theme" - "github.com/opencode-ai/opencode/internal/tui/util" + "github.com/sst/opencode/internal/tui/styles" + "github.com/sst/opencode/internal/tui/theme" + "github.com/sst/opencode/internal/tui/util" ) // Most of this code is borrowed from diff --git a/internal/tui/layout/split.go b/internal/tui/layout/split.go index 2684a8447..81e159517 100644 --- a/internal/tui/layout/split.go +++ b/internal/tui/layout/split.go @@ -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 { |
