From 991428ceb3c7513024f8158d75a14cb60d83ada2 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 20 Sep 2025 18:50:36 -0400 Subject: [PATCH] sync --- packages/opencode/src/cli/cmd/opentui/session.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/opencode/src/cli/cmd/opentui/session.tsx b/packages/opencode/src/cli/cmd/opentui/session.tsx index 445c6bb51..9678e6871 100644 --- a/packages/opencode/src/cli/cmd/opentui/session.tsx +++ b/packages/opencode/src/cli/cmd/opentui/session.tsx @@ -1,4 +1,4 @@ -import { createEffect, createMemo, createSignal, For, Match, Show, Switch, type Component } from "solid-js" +import { createEffect, createMemo, For, Match, Show, Switch, type Component } from "solid-js" import { Dynamic } from "solid-js/web" import path from "path" import { useRouteData } from "./context/route" @@ -43,10 +43,6 @@ export function Session() { if (evt.name === "pagedown") scroll.scrollBy(scroll.height / 2) }) - const [store, setStore] = createStore({ - items: [] as { multiline: boolean }[], - }) - return (