olinox14 1 год назад
Родитель
Сommit
52bd1a781e
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      components/Contact.vue

+ 0 - 2
components/Contact.client.vue → components/Contact.vue

@@ -74,8 +74,6 @@ import type { Ref } from '@vue/reactivity'
 
 const router = useRouter()
 
-const mail = useMail()
-
 const form: Ref<HTMLElement | null> = ref(null)
 
 const contactRequestSent: Ref<boolean> = ref(false)