Selaa lähdekoodia

fix contact component

olinox14 1 vuosi sitten
vanhempi
commit
52bd1a781e
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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)