From b52dcd669f89ec566633515bd3a94366c37f6d99 Mon Sep 17 00:00:00 2001 From: pufok <127991427+pushokthefox@users.noreply.github.com> Date: Fri, 4 Apr 2025 01:38:47 +0300 Subject: [PATCH] initial commit at pufok branch --- src/components/Footer.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ( ); }