import React from "react"; import { Link } from "@inertiajs/react"; const Pagination = ({ links }) => { return ( ); }; export default Pagination;