From 143e6d78de498c9423cda13400f6dba85537f94b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=9F=D0=B5=D1=82=D1=80=D0=BE=D0=B2?= Date: Tue, 24 Dec 2024 13:52:54 +0300 Subject: [PATCH] Update Footer.jsx --- frontend/src/components/Footer.jsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx index e893496..c2d2760 100644 --- a/frontend/src/components/Footer.jsx +++ b/frontend/src/components/Footer.jsx @@ -1,14 +1,5 @@ import React from 'react'; -/*const Footer = () => { - return ( -
- - 1-2-3-----------------------------------------------------------------98-99-100 - -
- ); -};*/ const Footer = ({ currentPage, totalPages, onPageChange }) => (