Skip to content

Commit f415339

Browse files
committed
Update index.ts
1 parent 0968589 commit f415339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

three-equal-parts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import sum from "https://esm.sh/[email protected]/sum?dts";
1+
import sum from "https://cdn.skypack.dev/[email protected]/sum?dts";
22

33
export default function threeEqualParts(arr: number[]): number[] {
44
const summ = sum(arr);

0 commit comments

Comments
 (0)