Adictya 1 год назад
Родитель
Сommit
acc084c9ea
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      internal/tui/components/dialog/complete.go

+ 0 - 1
internal/tui/components/dialog/complete.go

@@ -5,7 +5,6 @@ import (
 	"github.com/charmbracelet/bubbles/textarea"
 	tea "github.com/charmbracelet/bubbletea"
 	"github.com/charmbracelet/lipgloss"
-	"github.com/sst/opencode/internal/logging"
 	"github.com/sst/opencode/internal/status"
 	utilComponents "github.com/sst/opencode/internal/tui/components/util"
 	"github.com/sst/opencode/internal/tui/layout"