diff --git a/src/components/Footer.js b/src/components/Footer.js index 700fedd..74bde0e 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -1,9 +1,11 @@ import React from 'react'; function Footer() { + const currentYear = new Date().getFullYear(); + return ( ); }