Skip to content

Commit

Permalink
fix form
Browse files Browse the repository at this point in the history
  • Loading branch information
d-mittal-21 committed Jul 13, 2023
1 parent 1afd5d8 commit 6d2ef97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/Contact/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";

import React, { useRef,useState } from "react";
import React, { useRef,useState, forwardRef } from "react";
import emailjs from '@emailjs/browser';
import NewsLatterBox from "./NewsLatterBox";
import dotenv from 'dotenv';
Expand All @@ -10,8 +10,6 @@ import News from "./News";
const Contact = () => {




const form = useRef(null);

const sendEmail = (e) => {
Expand Down

0 comments on commit 6d2ef97

Please sign in to comment.