diff --git a/packages/core/src/filesystem/search.ts b/packages/core/src/filesystem/search.ts index 91162fb1722..f2798569d8b 100644 --- a/packages/core/src/filesystem/search.ts +++ b/packages/core/src/filesystem/search.ts @@ -5,7 +5,7 @@ import path from "path" import { Clock, Context, Deferred, Duration, Effect, Layer, Schema, Scope } from "effect" import { Fff } from "#fff" import fuzzysort from "fuzzysort" -import { FileSystem } from "../filesystem.js" +import { FileSystem } from "@opencode-ai/schema/filesystem" import { Location } from "../location.js" import { Ripgrep } from "../ripgrep.js" import { RelativePath } from "../schema.js"