Refactoring

This commit is contained in:
Julien Valverdé
2024-06-10 23:04:13 +02:00
parent 606ea43aab
commit 942d1c9ea6
7 changed files with 7 additions and 7 deletions

View File

@@ -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 { StaticType } from "../.."
import type { StaticType } from "../../.."
import type { HasFields, MissingSelfGeneric } from "./util"