Lashtw commited on
Commit
5637c13
·
verified ·
1 Parent(s): eabc26b

Upload 8 files

Browse files
Files changed (1) hide show
  1. src/views/StudentView.js +1 -2
src/views/StudentView.js CHANGED
@@ -1,5 +1,4 @@
1
- import { submitPrompt, getChallenges, startChallenge, getUserProgress } from "../services/classroom.js";
2
- import { getPeerPrompts } from "../services/classroom.js";
3
 
4
  // Cache challenges locally
5
  let cachedChallenges = [];
 
1
+ import { submitPrompt, getChallenges, startChallenge, getUserProgress, getPeerPrompts } from "../services/classroom.js";
 
2
 
3
  // Cache challenges locally
4
  let cachedChallenges = [];