import React from 'react'; import { Breadcrumb, Layout, Menu } from 'antd'; const { Header, Content, Footer } = Layout; const App: React.FC = () => (
{ const key = index + 1; return { key, label: `nav ${key}`, }; })} />
Home List App
Content
); export default App;