diff --git a/client/src/components/Footer.js b/client/src/components/Footer.js index de649f6..20b564c 100644 --- a/client/src/components/Footer.js +++ b/client/src/components/Footer.js @@ -1,14 +1,40 @@ +import { useState } from "react" import { Link } from "react-router-dom" export function Footer() { - return