We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7215e66 commit 955d596Copy full SHA for 955d596
1 file changed
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