olinox14 преди 1 година
родител
ревизия
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)