import { HomeOutlined, UserOutlined } from '@ant-design/icons';
import { Breadcrumb, ConfigProvider } from 'antd';
import React from 'react';
const menuItems = [
{
key: '1',
label: (
General
),
},
{
key: '2',
label: (
Layout
),
},
{
key: '3',
label: (
Navigation
),
},
];
export default () => (
Application Center,
},
{
title: General,
menu: { items: menuItems },
},
{
title: 'Application Center',
href: '',
},
{
href: '',
title: ,
},
{
href: '',
title: (
<>
Application List
>
),
},
]}
/>
);