import { Outlet, Link, useNavigation } from "react-router-dom"; import { Breadcrumb, Layout, Menu, ConfigProvider, theme, Dropdown, Space, Row, Col } from 'antd'; import { UserOutlined, VideoCameraOutlined, DownOutlined } from '@ant-design/icons'; import 'antd/dist/reset.css'; const { Header, Content, Footer, Sider } = Layout; const items = [ { label: ( Profile ), key: '0', }, { label: ( Privacy ), key: '1', }, { type: 'divider', }, { label: ( Logout ), key: '3', }, ] export default function App() { const { token: { colorBgContainer }, } = theme.useToken(); return (
Plan }, { key: 2, label: Invoice }, { key: 3, label: Feedback } ] } /> e.preventDefault()}> LiaoYijun
, label: Jim, }, { key: '2', icon: , label: Bill, }, ]} /> ); }