mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
Try rel imports
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user