diff --git a/plugins/template-function-response/src/index.ts b/plugins/template-function-response/src/index.ts index 6470f39d..3caa5aba 100644 --- a/plugins/template-function-response/src/index.ts +++ b/plugins/template-function-response/src/index.ts @@ -1,7 +1,7 @@ -import type { JSONPathResult } from '@yaak/template-function-json'; -import { filterJSONPath } from '@yaak/template-function-json'; -import type { XPathResult } from '@yaak/template-function-xml'; -import { filterXPath } from '@yaak/template-function-xml'; +import type { JSONPathResult } from '../template-function-json'; +import { filterJSONPath } from '../template-function-json'; +import type { XPathResult } from '../template-function-xml'; +import { filterXPath } from '../template-function-xml'; import type { CallTemplateFunctionArgs, Context,