Skip to content

Commit ae417cc

Browse files
committed
update scripts/helpers.ts
1 parent 118a546 commit ae417cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Exception from "../test/Exception";
1+
import Exception from "./Exception";
22

33
export function lowerFirst(value: string) {
44
return `${value[0]?.toLowerCase()}${value.substring(1)}`;

0 commit comments

Comments
 (0)