diff --git a/packages/effect/src/Micro.ts b/packages/effect/src/Micro.ts index 98be7ed6724..636ffdd695f 100644 --- a/packages/effect/src/Micro.ts +++ b/packages/effect/src/Micro.ts @@ -17,7 +17,6 @@ import { constTrue, constVoid, dual, identity } from "./Function.js" import { globalValue } from "./GlobalValue.js" import * as Hash from "./Hash.js" import type { TypeLambda } from "./HKT.js" -import type { Effect } from "./index.js" import type { Inspectable } from "./Inspectable.js" import { format, NodeInspectSymbol, toStringUnknown } from "./Inspectable.js" import * as InternalContext from "./internal/context.js"