Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad3ee36

Browse files
authored
Merge pull request HackYourFuture#15 from JalalHabeeb/patch-1
updated the import path
2 parents bb5c911 + 6d21182 commit ad3ee36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week4/prep-exercises/1-hyf-program/1-find-mentors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { modules, students, mentors, classes } from "./hyf";
1+
import { modules, students, mentors, classes } from "./hyf.js";
22

33
/**
44
* Tjebbe would like help to get a list of possible mentors for a module.

0 commit comments

Comments
 (0)