refactor: switch Plugin to direct self-reexport imports

This commit is contained in:
Kit Langton
2026-04-16 11:44:05 -04:00
parent 7341718f92
commit 066ded0876
21 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import { Shell } from "@/shell/shell"
import { BashArity } from "@/permission/arity"
import * as Truncate from "./truncate"
import { Plugin } from "@/plugin"
import { Plugin } from "@/plugin/plugin"
import { Effect, Stream } from "effect"
import { ChildProcess } from "effect/unstable/process"
import { ChildProcessSpawner } from "effect/unstable/process/ChildProcessSpawner"