فهرست منبع

fix contact component

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)