From ed475c5bbeaf9d9b3f2a8a29d996d9112f4683e7 Mon Sep 17 00:00:00 2001 From: Asher Date: Sun, 23 Feb 2025 21:42:20 +0000 Subject: [PATCH] removed imports --- src/app/contact/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cd5dafc..3745e83 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,10 +1,8 @@ "use client" -import fs from "fs"; -import path from "path"; import Link from "next/link"; import { IoMdArrowBack } from "react-icons/io"; import { useRouter } from 'next/navigation' // Usage: App router -import { FaGit, FaLinkedin } from "react-icons/fa"; +import { FaLinkedin } from "react-icons/fa"; import { FaGithub } from "react-icons/fa"; import { MdOutlineMailOutline } from "react-icons/md";