import React from "react"; import styles from "./index.less"; import { Pagination } from "antd"; function showTotal(total) { return `Total ${total} items`; } export default () => (
);