feat(frontend): register pagina verwijderd en submappen hernoemd

This commit is contained in:
Joyelle Ndagijimana 2025-02-26 13:30:23 +01:00
parent 6beaf77adf
commit 023c7f5d69
18 changed files with 17 additions and 36 deletions

View file

@ -1,18 +0,0 @@
<script setup lang="ts">
import {useRoute} from 'vue-router';
const route = useRoute();
const role = route.params.role;
if (role === "student") { /* Empty */
} else { /* Empty */
}
</script>
<template>
<main></main>
</template>
<style scoped>
</style>