mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
sync
This commit is contained in:
parent
6cda946004
commit
991428ceb3
1 changed files with 1 additions and 5 deletions
|
|
@ -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 (
|
||||
<box paddingTop={1} paddingBottom={1} paddingLeft={2} paddingRight={2} flexGrow={1} maxHeight="100%">
|
||||
<Show when={session()}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue