refactor: eliminate account/ barrel, route consumers to sibling files (#22995)

This commit is contained in:
Kit Langton
2026-04-16 21:55:50 -04:00
committed by GitHub
parent 8ba73bed23
commit c026e25088
10 changed files with 14 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
import type * as SDK from "@opencode-ai/sdk/v2"
import { Effect, Exit, Layer, Option, Schema, Scope, Context, Stream } from "effect"
import { FetchHttpClient, HttpClient, HttpClientRequest, HttpClientResponse } from "effect/unstable/http"
import { Account } from "@/account"
import { Account } from "@/account/account"
import { Bus } from "@/bus"
import { InstanceState } from "@/effect"
import { Provider } from "@/provider"