diff --git a/src/app/layout.tsx b/src/app/layout.tsx index af4a6d9..2a3ad88 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -24,11 +24,6 @@ export default function RootLayout({ return (
- diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 9028bcf..f68c534 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -1,7 +1,6 @@ 'use client'; import { Footer, Navbar } from "../../components"; -import ContactForm from "./contact-form"; import Hero from "./hero"; import Projects from "./projects"; import Resume from "./resume";