Skip to content

Commit cb5737e

Browse files
authored
Fix import
1 parent c67b57f commit cb5737e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace/lc-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { readFileSync } from "fs";
22

33
import { assert, config } from "chai";
4-
import * as LC from "../src/lambda-calculus.js";
4+
import * as LC from "@codewars/lambda-calculus";
55

66
export { assert, config, LC };
77

0 commit comments

Comments
 (0)