diff --git a/ark/schema/shared/traversal.ts b/ark/schema/shared/traversal.ts index 44ef13b89..41861c63e 100644 --- a/ark/schema/shared/traversal.ts +++ b/ark/schema/shared/traversal.ts @@ -8,11 +8,7 @@ import { type ArkErrorContextInput, type ArkErrorInput } from "./errors.ts" -import { - appendPropToPathString, - isNode, - type TraversalPath -} from "./utils.ts" +import { appendPropToPathString, isNode, type TraversalPath } from "./utils.ts" export type MorphsAtPath = { path: TraversalPath