From c455cc2a371ec97031dea7c619828918b2d21f09 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 22 Sep 2025 01:24:56 -0400 Subject: [PATCH] sync --- packages/opencode/src/cli/cmd/opentui/context/sync.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opencode/src/cli/cmd/opentui/context/sync.tsx b/packages/opencode/src/cli/cmd/opentui/context/sync.tsx index 2c71a52c8..9705b6fc4 100644 --- a/packages/opencode/src/cli/cmd/opentui/context/sync.tsx +++ b/packages/opencode/src/cli/cmd/opentui/context/sync.tsx @@ -1,7 +1,7 @@ import type { Message, Agent, Provider, Session, Part, Config, Todo } from "@opencode-ai/sdk" import { createStore, produce, reconcile } from "solid-js/store" import { useSDK } from "./sdk" -import { createContext, onCleanup, Show, useContext, type ParentProps } from "solid-js" +import { createContext, Show, useContext, type ParentProps } from "solid-js" import { Binary } from "../../../../util/binary" function init() {