Skip to content

Commit aa83bf2

Browse files
committed
fix: missing import
1 parent 24c15ff commit aa83bf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cali/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { execSync } from 'node:child_process'
22

3-
import { confirm, text } from '@clack/prompts'
3+
import { confirm, outro, text } from '@clack/prompts'
44
import chalk from 'chalk'
55
import dedent from 'dedent'
66

0 commit comments

Comments
 (0)