Skip to content

Commit 8d6d050

Browse files
fix(jco): missing stat dependency (#650)
Signed-off-by: Victor Adossi <[email protected]>
1 parent d9efa35 commit 8d6d050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/componentize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { readFile, writeFile } from 'node:fs/promises';
1+
import { stat, readFile, writeFile } from 'node:fs/promises';
22
import { resolve, basename } from 'node:path';
33

44
import c from 'chalk-template';

0 commit comments

Comments
 (0)