From bf2bbb9a67f28e8b2fed5d07c2c5205a96efc695 Mon Sep 17 00:00:00 2001 From: Robert Lucas Date: Thu, 11 Apr 2024 18:51:54 +0100 Subject: [PATCH] Began implementing footer --- src/components/Footer.tsx | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index c5fc96c..cae574b 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,10 +1,16 @@ +import {Link} from "react-router-dom"; + export function Footer() { - return