TKO/services/frontend/components/ContactUs.vue
Nikola Kubeczkova 19210e1cc1 responsibility
2025-04-04 11:12:36 +02:00

9 lines
No EOL
199 B
Vue

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