Skip to content

Commit d26dd0f

Browse files
committed
fix: build error
1 parent 57918e1 commit d26dd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scaffold/src/vendor/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { replace, replaceInFile } from "../utils/string.js";
1+
export { replace, replaceInFile } from "../core/builder/replace.js";
22

33
/**
44
* Export some dependencies of scaffold from this directory to make it easier for the user to invoke

0 commit comments

Comments
 (0)