Skip to content

Commit 6528b3f

Browse files
updated find import
1 parent b27a27a commit 6528b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/common-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
import { askProjectName } from "./inquirer";
2222
import { deployAppMsg } from "../messages";
2323
import config from "../config";
24-
import { find } from "lodash";
24+
import find from "lodash/find";
2525

2626
export type CommonOptions = {
2727
log: LogFn;

0 commit comments

Comments
 (0)