1
0
tl-vikunja/src/views/tasks/UpcomingTasks.vue

9 lines
162 B
Vue

<template>
<div class="content has-text-centered">
<ShowTasks/>
</div>
</template>
<script lang="ts" setup>
import ShowTasks from './ShowTasks.vue'
</script>