From 0f188e5d531e1127ffcde0dc9d8422f9a1442ea4 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Fri, 24 Oct 2025 14:04:36 +0200 Subject: [PATCH] creation of Footer component --- src/components/Footer/Footer.jsx | 1 - src/components/Footer/Footer.module.css | 2 +- src/index.css | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index b78f693..804d6ac 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -2,7 +2,6 @@ import styles from "./Footer.module.css" import {Link} from "react-router"; function Footer(){ - return (