fix: list view component name

This commit is contained in:
kolaente 2023-01-18 16:20:33 +01:00
parent 5e57458ffd
commit 170f46581d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
</template>
<script lang="ts">
export default { name: 'Project' }
export default { name: 'List' }
</script>
<script setup lang="ts">