From e8a61bd7e49bf2a24fa1905a45e83380056a7368 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 13 Dec 2021 22:52:24 +0100 Subject: chore: add footer nav --- src/components/Footer/Footer.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/components/Footer/Footer.tsx') diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index d92fb72..12d86ce 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,9 +1,12 @@ import Copyright from '@components/Copyright/Copyright'; +import FooterNav from '@components/FooterNav/FooterNav'; +import styles from './Footer.module.scss'; const Footer = () => { return ( -