Spaces:
Running
Running
Upload 8 files
Browse files- 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 = [];
|