1
0
forked from PGL/Clyde

FINAL COMMIT

This commit is contained in:
2024-03-18 18:47:00 +01:00
parent 77ac771b8f
commit 4715441afd
8 changed files with 46 additions and 33 deletions

View File

@ -10,8 +10,6 @@
const curriculum = ref(await getCourses(self.role));
const profList = await getTeachers();
console.log(curriculum)
console.log(profList)
const createMod = ref(false)
const deleteMod = ref(false)