diff --git a/Front/src/coinList/coinListPager.tsx b/Front/src/coinList/coinListPager.tsx index e175e68..d8d8fe9 100644 --- a/Front/src/coinList/coinListPager.tsx +++ b/Front/src/coinList/coinListPager.tsx @@ -4,7 +4,7 @@ import { useNavigate } from "react-router-dom"; import Button from '@mui/material/Button'; import ButtonGroup from '@mui/material/ButtonGroup'; import Typography from '@mui/material/Typography'; - +import Grid from '@mui/material/Grid'; const Pager = (props:any): JSX.Element => { @@ -23,13 +23,15 @@ const Pager = (props:any): JSX.Element => { } return ( - - - - Page {page} from {lastPage} - - - + + + + + Page {page} from {lastPage} + + + + ) }