import React from "react"; import styles from "./index.less"; import { Anchor } from "antd"; const { Link } = Anchor; const handleClick = (e, link) => { e.preventDefault(); console.log(link); }; export default () => (