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

Skip to content

Commit 578a449

Browse files
authored
Merge pull request #16 from JalalHabeeb/patch-2
Updated import path
2 parents ad3ee36 + 96bf36a commit 578a449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week4/prep-exercises/1-hyf-program/2-class-list.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
* We would like to have a list of everyone that is currently participating in a class.

0 commit comments

Comments
 (0)