latest changes

This commit is contained in:
José Conde
2023-08-22 17:03:45 +02:00
parent 7dcaa05fa8
commit d1b38f5052
35 changed files with 549 additions and 232 deletions

View File

@ -1,6 +1,5 @@
<template>
<MenuVue type="contact" />
<div class="contact-section">
<div class="left">
<h1>{{ $t('contact.title') }}</h1>
@ -20,10 +19,7 @@
</template>
<script>
import MenuVue from '../../components/Menu.vue';
export default {
components: { MenuVue }
}
</script>