TKO/services/frontend/components/ContactUs.vue
Nikola Kubeczkova 100daca85a responsibility
2025-04-05 11:20:58 +02:00

9 lines
No EOL
209 B
Vue

<template>
<v-card class="contact pa-4">
<v-card-title class="contact__title">Kontaktujte nás!</v-card-title>
<lazy-dialog-contact-form />
</v-card>
</template>
<script setup lang="ts">
</script>