From d167f4cdd2c327680c3cdfdf3e6ce79b7090d0e3 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Fri, 17 May 2024 19:36:48 -0700 Subject: [PATCH] path --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };