Skip to content

Commit

Permalink
Update Footer.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
amelinaa committed Dec 24, 2024
1 parent fd65df1 commit 143e6d7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions frontend/src/components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
import React from 'react';

/*const Footer = () => {
return (
<form className="footer">
<button>Назад</button>
1-2-3-----------------------------------------------------------------98-99-100
<button>Вперед </button>
</form>
);
};*/

const Footer = ({ currentPage, totalPages, onPageChange }) => (
<div className="footer">
Expand Down

0 comments on commit 143e6d7

Please sign in to comment.