import React from "react"; import styles from "./index.less"; import { Tabs, Button } from "antd"; const { TabPane } = Tabs; const operations = ; export default () => (
Content of tab 1 Content of tab 2 Content of tab 3
);