Olivier Massot hace 1 año
padre
commit
71656fb960
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      components/Common/Meta.vue

+ 0 - 1
components/Common/Meta.vue

@@ -6,7 +6,6 @@ Définit les balises meta de la page
 </template>
 
 <script setup lang="ts">
-import type { PropType } from 'vue'
 
 const props = defineProps({
   title: {