From e95181a551f587e32dbd4eaa6806d8866eac356f Mon Sep 17 00:00:00 2001 From: denesbeck Date: Mon, 10 Nov 2025 18:27:19 +0100 Subject: [PATCH] Refactor/redundant toast comp (#4163) Co-authored-by: opencode-agent[bot] Co-authored-by: rekram1-node --- packages/opencode/src/cli/cmd/tui/app.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/opencode/src/cli/cmd/tui/app.tsx b/packages/opencode/src/cli/cmd/tui/app.tsx index 67116908..377d497d 100644 --- a/packages/opencode/src/cli/cmd/tui/app.tsx +++ b/packages/opencode/src/cli/cmd/tui/app.tsx @@ -22,7 +22,7 @@ import { Home } from "@tui/routes/home" import { Session } from "@tui/routes/session" import { PromptHistoryProvider } from "./component/prompt/history" import { DialogAlert } from "./ui/dialog-alert" -import { ToastProvider, useToast, Toast } from "./ui/toast" +import { ToastProvider, useToast } from "./ui/toast" import { ExitProvider, useExit } from "./context/exit" import { Session as SessionApi } from "@/session" import { TuiEvent } from "./event" @@ -462,7 +462,6 @@ function App() { - ) }