import React from 'react'; import { Tabs } from 'antd'; const App: React.FC = () => ( Content of Tab Pane 1 Content of Tab Pane 2 Content of Tab Pane 3 ); export default App;