From 96bf36a88a0eb6149c8e872115804a3678f5ccb2 Mon Sep 17 00:00:00 2001 From: Jalal Habeeb Date: Wed, 11 Jan 2023 10:07:04 +0100 Subject: [PATCH] Updated import path --- Week4/prep-exercises/1-hyf-program/2-class-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week4/prep-exercises/1-hyf-program/2-class-list.js b/Week4/prep-exercises/1-hyf-program/2-class-list.js index 995f9f1..44d2798 100644 --- a/Week4/prep-exercises/1-hyf-program/2-class-list.js +++ b/Week4/prep-exercises/1-hyf-program/2-class-list.js @@ -1,4 +1,4 @@ -import { modules, students, mentors, classes } from "./hyf"; +import { modules, students, mentors, classes } from "./hyf.js"; /** * We would like to have a list of everyone that is currently participating in a class.