We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118a546 commit ae417ccCopy full SHA for ae417cc
scripts/helpers.ts
@@ -1,4 +1,4 @@
1
-import Exception from "../test/Exception";
+import Exception from "./Exception";
2
3
export function lowerFirst(value: string) {
4
return `${value[0]?.toLowerCase()}${value.substring(1)}`;
0 commit comments