import React from "react"; import styles from "./index.less"; import { Tabs } from "antd"; const { TabPane } = Tabs; function callback(key) { console.log(key); } export default () => (