diff --git a/src/effect/schema/MutableClass.ts b/src/effect/schema/MutableClass.ts index 375be28..d2ee108 100644 --- a/src/effect/schema/MutableClass.ts +++ b/src/effect/schema/MutableClass.ts @@ -2,7 +2,7 @@ import { Schema as S } from "@effect/schema" import type { Annotations, Class, Struct } from "@effect/schema/Schema" import type { Mutable } from "effect/Types" import type { Constructor } from "type-fest" -import type { Static } from "../../Static" +import type { Static } from "../.." import type { HasFields, MissingSelfGeneric } from "./util"