Skip to content

Commit

Permalink
gg
Browse files Browse the repository at this point in the history
  • Loading branch information
upayanmazumder committed Dec 22, 2024
1 parent 375fd1e commit 7848663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/components/contact/contact.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState } from 'react';
import { signIn, signOut, useSession } from "next-auth/react";
import { signIn, useSession } from "next-auth/react";
import contactStyles from './contact.module.css';
import { BsInfoCircle } from 'react-icons/bs';

Expand Down Expand Up @@ -49,6 +49,7 @@ const ContactForm = () => {
setForm((prevForm) => ({
...prevForm,
successMessage: 'Message sent successfully!',
message: 'Hi Upayan, I wanted to say...',
}));
} catch (error) {
console.error(`API request failed: ${error}`);
Expand Down

0 comments on commit 7848663

Please sign in to comment.