import React from "react"; import styles from "./index.less"; import { Tabs, Icon } from "antd"; const { TabPane } = Tabs; export default () => (
Tab 1 } key="1" > Tab 1 Tab 2 } key="2" > Tab 2
);