Skip to content

Commit dd7c108

Browse files
committed
Add missing import.
1 parent 45d07a9 commit dd7c108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/delete.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const { text, confirm, isCancel } = require('@clack/prompts');
99
const color = require('picocolors');
1010
const config = require('../config');
1111
const client = require('../quant-client');
12+
const deleteResponse = require('../helper/deleteResponse');
1213

1314
const command = {
1415
command: 'delete <path>',

0 commit comments

Comments
 (0)