diff --git a/src/utils.ts b/src/utils.ts index 0a4984e..c724773 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,4 +1,4 @@ -import { JSONSchemaPatchOperation } from "src"; +import { JSONSchemaPatchOperation } from "./"; interface JSONSchema { properties?: { [key: string]: JSONSchema };