From d097576910829a5fc2c9bb603252da2400d69636 Mon Sep 17 00:00:00 2001 From: matteom0165 Date: Tue, 30 Apr 2024 21:36:51 +0200 Subject: [PATCH] feat: remove unused statistics script --- src/app/layout.tsx | 5 ----- src/app/portfolio/page.tsx | 1 - 2 files changed, 6 deletions(-) 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";