Lashtw commited on
Commit
27174de
·
verified ·
1 Parent(s): 21778f6

Upload 8 files

Browse files
Files changed (1) hide show
  1. 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
- import { generateMonsterSVG, getNextMonster, MONSTER_STAGES } from "../utils/monsterUtils.js";
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 = [];