import React from "react"; import styles from "./index.less"; import { Anchor } from "antd"; const { Link } = Anchor; const getCurrentAnchor = () => { return "#components-anchor-demo-static"; }; export default () => (
);