Skip to content

Commit ad0c935

Browse files
committed
Merge pull request #16 from JalalHabeeb/patch-2
Updated import path
2 parents 2373483 + f0db9e9 commit ad0c935

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)