Browse Source

minor fix

Olivier Massot 1 year ago
parent
commit
a9b6b3f79e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/Contact/Form.vue

+ 1 - 1
components/Contact/Form.vue

@@ -210,7 +210,7 @@
 <script setup lang="ts">
 import { useRouter } from 'vue-router'
 import type { ComputedRef, Ref } from 'vue'
-import type { reactive } from 'vue'
+import { reactive } from 'vue'
 import ContactRequest from '~/models/Maestro/ContactRequest'
 import { useEntityManager } from '~/composables/data/useEntityManager'