Spaces:
Running
Running
Upload 8 files
Browse files- src/views/StudentView.js +1 -1
src/views/StudentView.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import { submitPrompt, getChallenges, startChallenge, getUserProgress, getPeerPrompts, resetProgress, toggleLike, subscribeToNotifications, markNotificationRead, getClassSize, updateUserStage, getUser } from "../services/classroom.js";
|
| 2 |
import { generateMonsterSVG, getNextMonster, MONSTER_STAGES } from "../utils/monsterUtils.js";
|
| 3 |
-
|
| 4 |
|
| 5 |
// Cache challenges locally
|
| 6 |
let cachedChallenges = [];
|
|
|
|
| 1 |
import { submitPrompt, getChallenges, startChallenge, getUserProgress, getPeerPrompts, resetProgress, toggleLike, subscribeToNotifications, markNotificationRead, getClassSize, updateUserStage, getUser } from "../services/classroom.js";
|
| 2 |
import { generateMonsterSVG, getNextMonster, MONSTER_STAGES } from "../utils/monsterUtils.js";
|
| 3 |
+
|
| 4 |
|
| 5 |
// Cache challenges locally
|
| 6 |
let cachedChallenges = [];
|