Skip to content
Snippets Groups Projects

Clean up frontend (everything, but CreateQuiz related stuff)

Merged Madeleine Stenberg Jonassen requested to merge clean-up-frontend into main
20 files
+ 252
353
Compare changes
  • Side-by-side
  • Inline
Files
20
@@ -11,7 +11,6 @@ const icon = defineAsyncComponent(()=>
)
</script>
<template>
<component class="icon" :is="icon"/>
</template>
Loading