chore: internal clipboard package

This commit is contained in:
adamdottv 2025-07-09 04:55:19 -05:00
parent 67765fa47c
commit 3f25e5bf86
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
40 changed files with 8 additions and 1627 deletions

View file

@ -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 {