// eslint-disable-next-line @typescript-eslint/no-unused-vars import React from 'react'; // import styled from 'styled-components'; // import Pagination from '../lib/Pagination/Pagination '; // // const Wrap = styled.div` // position: relative; // display: flex; // gap: 50px; // flex-direction: column; // `; // // const Home: React.FC = () => { // const fn = (currentPage: number, start: number, end: number) => { // console.log(start, end); // }; // return ( // // {' '} // {' '} // {' '} // // // // // // ); // }; // // export default Home;