import React from "react"; import styles from "./index.less"; import { Tabs } from "antd"; import { AppleOutlined, AndroidOutlined } from "@ant-design/icons"; const { TabPane } = Tabs; export default () => (
Tab 1 } key="1" > Tab 1 Tab 2 } key="2" > Tab 2
);