Try rel imports

This commit is contained in:
Gregory Schier
2025-11-18 09:09:56 -08:00
parent 6d7a08758f
commit 569e506f32

View File

@@ -1,7 +1,7 @@
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 { 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,