feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 170f46581d - Show all commits

View File

@ -116,7 +116,7 @@
</template>
<script lang="ts">
export default { name: 'Project' }
export default { name: 'List' }
konrad marked this conversation as resolved Outdated

This should stay the List view.

This should stay the `List` view.
</script>
<script setup lang="ts">