mirror of
https://github.com/sst/opencode.git
synced 2025-08-03 05:12:17 +00:00
chore: internal clipboard package
This commit is contained in:
parent
67765fa47c
commit
3f25e5bf86
40 changed files with 8 additions and 1627 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue