fixes needed for building

This commit is contained in:
padreug 2025-02-03 00:44:04 +01:00
parent cf32f8ec8b
commit af7ed5bb03
3 changed files with 7 additions and 6 deletions

View file

@ -8,7 +8,7 @@ import {
AccordionTrigger,
} from '@/components/ui/accordion'
const { t, locale } = useI18n()
const { t } = useI18n()
const faqs = computed(() => [
{
@ -45,4 +45,4 @@ const faqs = computed(() => [
</Accordion>
</div>
</div>
</template>
</template>