From 395f306fef51140515db1943285eafe8afd6e032 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 445c6bb512..9678e6871c 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 (