import Tabs from './Tabs'
import TabPane from './TabPane'
// import TabContent from './TabContent'
Tabs.TabPane = TabPane
export default Tabs
export { TabPane }