import React from 'react' import { Tabs, Card } from 'antd' import Basic from './Basic' import styles from './style.less' const { TabPane } = Tabs export default (props) => { return (
Content of Tab Pane 2 Content of Tab Pane 3 Content of Tab Pane 3 Content of Tab Pane 3 Content of Tab Pane 3 Content of Tab Pane 3
) }