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

@@ -5,7 +5,7 @@ import * as Observability from "./observability"
import { AppFileSystem } from "@opencode-ai/shared/filesystem"
import { Bus } from "@/bus"
import { Auth } from "@/auth"
import { Account } from "@/account"
import { Account } from "@/account/account"
import { Config } from "@/config"
import { Git } from "@/git"
import { Ripgrep } from "@/file/ripgrep"