diff options
| author | adamdottv <[email protected]> | 2025-07-09 04:55:19 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-07-09 04:55:24 -0500 |
| commit | 3f25e5bf869d70a06afab64ca7812930f06e4ed5 (patch) | |
| tree | 0a2aaf39ec4bfb945d62ab3becd1918f1f4a9dca /packages/tui/internal/components | |
| parent | 67765fa47c54c0d0b8146fb124c0d412e09bf5e8 (diff) | |
| download | opencode-3f25e5bf869d70a06afab64ca7812930f06e4ed5.tar.gz opencode-3f25e5bf869d70a06afab64ca7812930f06e4ed5.zip | |
chore: internal clipboard package
Diffstat (limited to 'packages/tui/internal/components')
| -rw-r--r-- | packages/tui/internal/components/chat/editor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tui/internal/components/chat/editor.go b/packages/tui/internal/components/chat/editor.go index 071f22d0e..6053c9c01 100644 --- a/packages/tui/internal/components/chat/editor.go +++ b/packages/tui/internal/components/chat/editor.go @@ -15,13 +15,13 @@ import ( "github.com/google/uuid" "github.com/sst/opencode-sdk-go" "github.com/sst/opencode/internal/app" + "github.com/sst/opencode/internal/clipboard" "github.com/sst/opencode/internal/commands" "github.com/sst/opencode/internal/components/dialog" "github.com/sst/opencode/internal/components/textarea" "github.com/sst/opencode/internal/styles" "github.com/sst/opencode/internal/theme" "github.com/sst/opencode/internal/util" - "golang.design/x/clipboard" ) type EditorComponent interface { |
