feat(frontend): initialisatie router en bijhorende.vue componenten
This commit is contained in:
parent
c07bb959cf
commit
6beaf77adf
38 changed files with 436 additions and 449 deletions
11
frontend/src/components/BrowseThemes.vue
Normal file
11
frontend/src/components/BrowseThemes.vue
Normal file
|
@ -0,0 +1,11 @@
|
|||
<script setup lang="ts">
|
||||
// This component contains a list with all themes and will be shown on a student's and teacher's homepage.
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main></main>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue