Skip to content

Commit cb23793

Browse files
committed
🧹 Repair imports
🔼 This commit was automatically generated by map scripts
1 parent 32c9919 commit cb23793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/pipeline/prompt-notation.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import spaceTrim from 'spacetrim';
2-
import { templateParameters } from '../_packages/utils.index';
2+
import { templateParameters } from '../utils/parameters/templateParameters';
33
import { REPLACING_NONCE } from '../constants';
44
import { PipelineExecutionError } from '../errors/PipelineExecutionError';
55
import { UnexpectedError } from '../errors/UnexpectedError';
6-
import { string_prompt } from '../types/typeAliases';
6+
import type { string_prompt } from '../types/typeAliases';
77

88
/**
99
* Tag function for notating a prompt as template literal

0 commit comments

Comments
 (0)