diff options
| author | Aiden Cline <[email protected]> | 2025-12-31 12:11:42 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-31 12:11:42 -0600 |
| commit | e7422ee782264993394f5551275eccc8cc52e1de (patch) | |
| tree | e13d2fddecaf4db8fe22b9c6253f8dfec0902cd8 | |
| parent | dc3e731afe8685290834ce1227c54cd224820b43 (diff) | |
| download | opencode-e7422ee782264993394f5551275eccc8cc52e1de.tar.gz opencode-e7422ee782264993394f5551275eccc8cc52e1de.zip | |
chore: rm unused import
| -rw-r--r-- | packages/opencode/src/command/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/opencode/src/command/index.ts b/packages/opencode/src/command/index.ts index c97bcfadd..976f1cd51 100644 --- a/packages/opencode/src/command/index.ts +++ b/packages/opencode/src/command/index.ts @@ -1,4 +1,3 @@ -import { Bus } from "@/bus" import { BusEvent } from "@/bus/bus-event" import z from "zod" import { Config } from "../config/config" |
