Browse Source

fix contact component

olinox14 1 năm trước cách đây
mục cha
commit
52bd1a781e
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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)