wip: refactoring tui

This commit is contained in:
adamdottv
2025-06-13 07:01:26 -05:00
parent b7f06bbc1f
commit 4169f0c412
4 changed files with 1 additions and 314 deletions

View File

@@ -10,7 +10,6 @@ import (
tea "github.com/charmbracelet/bubbletea/v2"
"github.com/sst/opencode/internal/config"
"github.com/sst/opencode/internal/fileutil"
"github.com/sst/opencode/internal/state"
"github.com/sst/opencode/internal/status"
"github.com/sst/opencode/internal/theme"
@@ -121,7 +120,6 @@ func New(ctx context.Context, version string, httpClient *client.ClientWithRespo
}
theme.SetTheme(appConfig.Theme)
fileutil.Init()
return app, nil
}