shared package (#22626)

This commit is contained in:
Dax 2026-04-15 10:26:20 -04:00 committed by GitHub
commit be9432a893
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
144 changed files with 246 additions and 242 deletions

View file

@ -8,8 +8,8 @@ import type { SessionStatus } from "@opencode-ai/sdk/v2"
import { useData } from "../context"
import { useFileComponent } from "../context/file"
import { Binary } from "@opencode-ai/util/binary"
import { getDirectory, getFilename } from "@opencode-ai/util/path"
import { Binary } from "@opencode-ai/shared/util/binary"
import { getDirectory, getFilename } from "@opencode-ai/shared/util/path"
import { createEffect, createMemo, createSignal, For, on, ParentProps, Show } from "solid-js"
import { createStore } from "solid-js/store"
import { Dynamic } from "solid-js/web"