Linted code

This commit is contained in:
2025-07-29 15:24:29 +00:00
parent 8b4e8553a4
commit 4ab0dad6a0
11 changed files with 57 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts" setup>
defineProps({
title: {
type: Object as PropType<{ en: string; fr: string; es: string }>,
type: Object as PropType<{ en: string, fr: string, es: string }>,
required: true,
},
})