2025SELab2-project-Dwengo/frontend/src/views/assignments/CreateAssignment.vue

10 lines
202 B
Vue

<script setup lang="ts">
import AssignmentForm from "@/components/assignments/AssignmentForm.vue";
</script>
<template>
<AssignmentForm :learning-path="null"/>
</template>
<style scoped>
</style>