From 2adacceac5875635a73a3efd6db0d1d92db0d140 Mon Sep 17 00:00:00 2001 From: ChenNux Date: Fri, 6 Dec 2024 02:07:00 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20src/pages/MainPage.tsx=20+=20une=20petite=20correction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/pages/MainPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/front/src/pages/MainPage.tsx b/front/src/pages/MainPage.tsx index 5202174..d01d11c 100644 --- a/front/src/pages/MainPage.tsx +++ b/front/src/pages/MainPage.tsx @@ -1,5 +1,4 @@ import ArticlesSection from '../components/ArticlesSection.tsx' -import NavBar from '../components/NavBar.tsx' import Footer from '../components/Footer.tsx' import FstSection from '../components/FstSection.tsx'