We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d68fe commit f10d6adCopy full SHA for f10d6ad
Week4/prep-exercises/1-hyf-program/2-class-list.js
@@ -1,9 +1,4 @@
1
-import {
2
- modules,
3
- students,
4
- mentors,
5
- classes,
6
-} from "../../../Week1/prep-exercises/1-objects-and-arrays/hyf";
+import { modules, students, mentors, classes } from "./hyf";
7
8
/**
9
* We would like to have a list of everyone that is currently participating in a class.
0 commit comments