Commit 89dc08ee authored by Kim, Subin's avatar Kim, Subin
Browse files

Pagination 주석 삭제

parent 3b9bd6da
...@@ -43,26 +43,6 @@ const Pagination = ({ totalPages, activePage, prevPage, nextPage, paginate }) => ...@@ -43,26 +43,6 @@ const Pagination = ({ totalPages, activePage, prevPage, nextPage, paginate }) =>
/> />
</PaginationBoot> </PaginationBoot>
) )
// return (
// <nav className="col-12 col-md-4 offset-md-4 my-2" aria-label="Page navigation">
// <ul className="pagination justify-content-center mb-0">
// <li className="page-item">
// <a className="page-link" href="#" aria-label="Previous">
// <span aria-hidden="true">&laquo;</span>
// </a>
// </li>
// <li className="page-item"><a className="page-link" href="#">1</a></li>
// <li className="page-item"><a className="page-link" href="#">2</a></li>
// <li className="page-item"><a className="page-link" href="#">3</a></li>
// <li className="page-item">
// <a className="page-link" href="#" aria-label="Next">
// <span aria-hidden="true">&raquo;</span>
// </a>
// </li>
// </ul>
// </nav>
// )
} }
export default Pagination export default Pagination
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment