未使用import OutputContractEntry を削除(lint修正)
This commit is contained in:
parent
7ae4a78831
commit
99ab354465
@ -5,7 +5,7 @@
|
|||||||
* Assembles template variables and renders a single complete template.
|
* Assembles template variables and renders a single complete template.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import type { PieceMovement, Language, OutputContractEntry } from '../../models/types.js';
|
import type { PieceMovement, Language } from '../../models/types.js';
|
||||||
import type { InstructionContext } from './instruction-context.js';
|
import type { InstructionContext } from './instruction-context.js';
|
||||||
import { replaceTemplatePlaceholders } from './escape.js';
|
import { replaceTemplatePlaceholders } from './escape.js';
|
||||||
import { isOutputContractItem, renderReportContext, renderReportOutputInstruction } from './InstructionBuilder.js';
|
import { isOutputContractItem, renderReportContext, renderReportOutputInstruction } from './InstructionBuilder.js';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user