From e80a335061406881c4b5907bfc3b17afa1b70922 Mon Sep 17 00:00:00 2001 From: Urbano Date: Fri, 16 Aug 2024 18:11:29 -0400 Subject: [PATCH] Removing unused container declaration --- app/projects/1/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/projects/1/page.tsx b/app/projects/1/page.tsx index b072f01..b991693 100644 --- a/app/projects/1/page.tsx +++ b/app/projects/1/page.tsx @@ -1,4 +1,3 @@ -import Container from '@/components/container/Container'; import Navbar from '@/components/navbar/Navbar'; import Image from 'next/image';